PDPilot¶
PDPilot is a Jupyter widget for exploring partial dependence plots (PDPs) and individual conditional expectation (ICE) plots. You can find the code on GitHub.
Quickstart¶
You can try the widget in your browser with this Colab notebook.
To get started locally, install with pip:
pip install pdpilot
See the example notebooks for demonstrations.