A simple implementation of a decision tree made as practice while trying to wrap my head around Scala and functional programmming.
Add support for splitting on continuous variablesRefactor so that splits are made on functions not specific valuesAdd Gini impurityAdd tests for fit and predictSimple tests
- Compare to performance of other packages
- Extend for regression
- Extend for random forests
- Extend for gbm