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/release.rst
docs/source/usage.rst
docs/source/_static/embed-bundle.js
docs/source/screenshots/overview.png
examples/583_fri_c1_1000_50.ipynb
examples/586_fri_c3_1000_25.ipynb
examples/588_fri_c4_1000_100.ipynb
examples/bike-rental.ipynb
examples/bike-sharing.csv
examples/churn.ipynb
examples/clean2.ipynb
examples/colab-example.ipynb
examples/spambase.ipynb
pdpilot/__init__.py
pdpilot/_frontend.py
pdpilot/_version.py
pdpilot/logging.py
pdpilot/metadata.py
pdpilot/pdp.py
pdpilot/tqdm_joblib.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.c13d41421ddce7a31709.js
pdpilot/labextension/static/713.4cbf2d1872080e10ff0b.js
pdpilot/labextension/static/713.4cbf2d1872080e10ff0b.js.LICENSE.txt
pdpilot/labextension/static/remoteEntry.807bffc5c4b01d0de1a0.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/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/OneWayGridContainer.svelte
src/components/OneWayGridFilters.svelte
src/components/PDP.svelte
src/components/PDPGrid.svelte
src/components/Tabs.svelte
src/components/ToggleHeader.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/ice-clusters/ViolinPlot.svelte
src/components/vis/marginal/MarginalBarChart.svelte
src/components/vis/marginal/MarginalHistogram.svelte
src/components/vis/one-way/ClusterCenters.svelte
src/components/vis/one-way/ClusterLines.svelte
src/components/vis/one-way/Lines.svelte
src/components/vis/one-way/OneWayChart.svelte
src/components/vis/two-way/QuantitativeColorLegend.svelte
src/components/vis/two-way/TwoWayChart.svelte