Metadata-Version: 1.1
Name: tree-decode
Version: 0.2.0
Summary: Scikit-Learn Decision Tree Decoder
Home-page: https://github.com/gfyoung/tree-decode
Author: G. Young
Author-email: UNKNOWN
License: MIT License
Download-URL: https://github.com/gfyoung/tree-decode
Description-Content-Type: UNKNOWN
Description: 
        tree_decode is a library that helps to remove the black-box
        surrounding decision trees from scikit-learn. Such functionality
        makes it easier to understand how trees work and more importantly,
        diagnose their issues when they produce unexpected results.
        
Keywords: python scikit-learn decision trees machine learning black box
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
