Metadata-Version: 2.1
Name: interpretableai
Version: 2.9.0
Summary: Interface to Interpretable AI modules in Python
Home-page: https://docs.interpretable.ai/stable/IAI-Python/
Author: Interpretable AI
Author-email: info@interpretable.ai
License: MIT
Description: # Interpretable AI Python Interface
        
        `interpretableai` is a Python package that provides an interface to Interpretable AI algorithms. Through this package, you can utilize the following modules directly in Python:
        
        - Optimal Predictive Trees (classification and regression)
        - Optimal Imputation
        - Optimal Prescriptive Trees
        - Optimal Survival Trees
        
        ## Using the Package
        
        Please see the [package documentation](https://docs.interpretable.ai/stable/IAI-Python/) for guides on setting up and using the package.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
