Skip to content

A simple decision tree implementation for practice with Scala.

Notifications You must be signed in to change notification settings

jtlowery/decision_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

decision_tree

A simple implementation of a decision tree made as practice while trying to wrap my head around Scala and functional programmming.

Future Work

  • Add support for splitting on continuous variables
  • Refactor so that splits are made on functions not specific values
  • Add Gini impurity
  • Add tests for fit and predict
    • Simple tests
  • Compare to performance of other packages
  • Extend for regression
  • Extend for random forests
  • Extend for gbm

About

A simple decision tree implementation for practice with Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages