Metadata-Version: 2.1
Name: decision-tree-kv
Version: 0.0.2
Summary: CART decision tree
Home-page: https://github.com/kopylovvlad/decision_tree_kv
Author: Vladislav Kopylov
Author-email: kopylov.vlad@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown

## 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


