decision-tree-kv

CART decision tree


License
MPL-2.0
Install
pip install decision-tree-kv==0.0.2

Documentation

decision_tree

Simple implementation of CART decision tree. It works with Gini impurity as score-function.

Python version

Python3.6

Example of usage

See example_of_usage.py