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