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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    0

Package Sidebar

Install

npm i random-jungle

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • lgriffiths