random-jungle

0.0.0 • Public • Published

random jungle

Little Random Forest implementation in ES6 JavaScript.

A work in progress...

todo list

  • [x] 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

Readme

Keywords

none

Package Sidebar

Install

npm i random-jungle

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • lgriffiths