barko / dawg

scalable gradient boosted trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

scalable gradient boosted trees

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:OCaml 100.0%