Skip to content

itscooleric/willow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

willow

todo:

  • write documentation
  • persistance
    • model toJSON
    • model fromJSON
  • predict
  • evaluation metrics
    • ROC
    • Importance
    • Confusion Matrix
  • visualization

technical information

model json specification

Models are exported as a set of rules steps in JSON format. Each ruleset has the following properties: { feature: 'x',// the name of the feature as a string value: 25, // the value of the feature op: '==' // what is used to evaluated children: { // Children is object with keys as the evaluation of these functions // true // false } }

About

weeping decision trees in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages