/dawg

scalable gradient boosted trees

Primary LanguageOCamlBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

dawg is a program that build supervised learning models. For documentation on usage, see the wiki.

dawg is written in OCaml. To build it, you will need the following OCaml packages, each of which is available through opam:

  • camlp4
  • omake
  • atdgen
  • mikmatch
  • cmdliner
  • lwt

You can install all the necessary packages with this command: $ opam install atd atdgen cmdliner omake lwt camlp4 pcre mikmatch