LICENSE.txt
MANIFEST.in
README.md
install.json
package.json
pdpilot.json
pyproject.toml
setup.cfg
setup.py
tsconfig.json
webpack.config.js
docs/Makefile
docs/environment.yml
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/developer-installation.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/release.rst
docs/source/ui.rst
docs/source/_static/embed-bundle.js
docs/source/screenshots/detailed-plot-one-way-clusters.png
docs/source/screenshots/detailed-plot-one-way-ground-truth.png
docs/source/screenshots/detailed-plot-two-way.png
docs/source/screenshots/one-way-plots.png
docs/source/screenshots/two-way-plots.png
examples/bike-rentals-regression.ipynb
examples/churn-classification.ipynb
examples/colab-example.ipynb
pdpilot/__init__.py
pdpilot/_frontend.py
pdpilot/_version.py
pdpilot/logging.py
pdpilot/metadata.py
pdpilot/pdp.py
pdpilot/tqdm_joblib.py
pdpilot/utils.py
pdpilot/widget.py
pdpilot.egg-info/PKG-INFO
pdpilot.egg-info/SOURCES.txt
pdpilot.egg-info/dependency_links.txt
pdpilot.egg-info/requires.txt
pdpilot.egg-info/top_level.txt
pdpilot/labextension/package.json
pdpilot/labextension/static/568.b6550321e291f730c26f.js
pdpilot/labextension/static/713.5fb1220914a3fc9b6db7.js
pdpilot/labextension/static/713.5fb1220914a3fc9b6db7.js.LICENSE.txt
pdpilot/labextension/static/remoteEntry.7a4856a6a823b321490f.js
pdpilot/labextension/static/style.js
pdpilot/labextension/static/third-party-licenses.json
pdpilot/nbextension/extension.js
pdpilot/nbextension/index.js
src/drawing.ts
src/extension.ts
src/fast-kde.d.ts
src/index.ts
src/plugin.ts
src/sorting.ts
src/stores.ts
src/types.ts
src/utils.ts
src/version.ts
src/vis-utils.ts
src/widget.ts
src/components/DetailedPlot.svelte
src/components/FeatureKindFilter.svelte
src/components/FeatureNameFilter.svelte
src/components/InfoTooltip.svelte
src/components/OneWayDetailedPlot.svelte
src/components/OneWayGridContainer.svelte
src/components/OneWayGridFilters.svelte
src/components/PDP.svelte
src/components/PDPGrid.svelte
src/components/SegmentedButton.svelte
src/components/Tabs.svelte
src/components/ToggleHeader.svelte
src/components/TwoWayDetailedPlot.svelte
src/components/TwoWayGridContainer.svelte
src/components/TwoWayGridFilters.svelte
src/components/Widget.svelte
src/components/vis/axis/Label.svelte
src/components/vis/axis/XAxis.svelte
src/components/vis/axis/YAxis.svelte
src/components/vis/distribution/Scatterplot.svelte
src/components/vis/ice-clusters/ClusterDescriptions.svelte
src/components/vis/legends/CategoricalColorLegend.svelte
src/components/vis/legends/QuantitativeColorLegend.svelte
src/components/vis/marginal/MarginalBarChart.svelte
src/components/vis/marginal/MarginalHistogram.svelte
src/components/vis/marginal/MarginalPDP.svelte
src/components/vis/one-way/ClusterCenters.svelte
src/components/vis/one-way/ClusterLines.svelte
src/components/vis/one-way/FeatureVsLabels.svelte
src/components/vis/one-way/Lines.svelte
src/components/vis/one-way/OneWayChart.svelte
src/components/vis/two-way/FeatureVsFeature.svelte
src/components/vis/two-way/TwoWayChart.svelte
src/components/vis/two-way/TwoWayHeatmap.svelte
src/components/vis/two-way/TwoWayLines.svelte