0.0.0 • Published 10 years ago

random-jungle v0.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

random jungle

Little Random Forest implementation in ES6 JavaScript.

A work in progress...

todo list

  • tests for CART
  • tests for random jungle
  • regression support for CART, random jungle
  • extract data formatting functions into utils.js
  • publish npm
  • web demo/visualization
  • cross-validation function
  • task to build distribution version
  • api documentation

demo, tests

# run tests
$ make test

# run demo
$ make demo

notes

Attempting to write this in a very functional style, using strict jshint linting, and generally following this mozilla ES6 style guide.

Currently using the Google Traceur Compiler for transpiling ES6 JavaScript.

license

MIT