Metadata-Version: 2.1
Name: interpretableai
Version: 2.11.2
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
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.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

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