Metadata-Version: 2.1
Name: pdpilot
Version: 0.4.2
Summary: A Jupyter widget for exploring PDP and ICE plots.
Home-page: https://github.com/DanielKerrigan/PDPilot
Author: Daniel Kerrigan
Author-email: kerrigan.d@northeastern.edu
License: BSD
Keywords: Jupyter,Widgets,IPython,PDP,ICE
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Jupyter
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7.1,<3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ipywidgets (<9,>=7.6.0)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: numpy (>=1.21.5)
Requires-Dist: joblib (>=1.1.0)
Requires-Dist: scikit-learn (>=1.0.2)
Requires-Dist: tqdm (>=4.64.1)
Requires-Dist: tslearn (>=0.5.3)
Requires-Dist: h5py
Provides-Extra: dev
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: jupyter-packaging ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: furo ; extra == 'docs'
Provides-Extra: examples
Requires-Dist: pmlb ; extra == 'examples'
Requires-Dist: xgboost ; extra == 'examples'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# PDPilot

An interactive Jupyter widget for exploring partial dependence plots.

![Screenshot](screenshot.png?raw=true)

To see the widget in action, check out this [Colab notebook](https://colab.research.google.com/github/danielkerrigan/pdpilot/blob/main/examples/colab-example.ipynb).

The easiest way to install the widget is through pip:

```
pip install pdpilot
```

See the [documentation](https://pdpilot.readthedocs.io/) for usage details.
