Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update examples to use California housing dataset #838

Merged
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ These algorithms provide a **distilled** view of the dataset and help construct
- Accumulated Local Effects (ALE, [Apley and Zhu, 2016](https://arxiv.org/abs/1612.08468))
- [Documentation](https://docs.seldon.io/projects/alibi/en/stable/methods/ALE.html)
- Examples:
[Boston housing dataset](https://docs.seldon.io/projects/alibi/en/stable/examples/ale_regression_boston.html),
[California housing dataset](https://docs.seldon.io/projects/alibi/en/stable/examples/ale_regression_california.html),
[Iris dataset](https://docs.seldon.io/projects/alibi/en/stable/examples/ale_classification.html)

- Partial Dependence ([J.H. Friedman, 2001](https://projecteuclid.org/journals/annals-of-statistics/volume-29/issue-5/Greedy-function-approximation-A-gradient-boostingmachine/10.1214/aos/1013203451.full))
Expand Down Expand Up @@ -255,7 +255,7 @@ These algorithms provide a **distilled** view of the dataset and help construct
- [Documentation](https://docs.seldon.io/projects/alibi/en/stable/methods/CFProto.html)
- Examples:
[MNIST](https://docs.seldon.io/projects/alibi/en/stable/examples/cfproto_mnist.html),
[Boston housing dataset](https://docs.seldon.io/projects/alibi/en/stable/examples/cfproto_housing.html),
[California housing dataset](https://docs.seldon.io/projects/alibi/en/stable/examples/cfproto_housing.html),
[Adult income (one-hot)](https://docs.seldon.io/projects/alibi/en/stable/examples/cfproto_cat_adult_ohe.html),
[Adult income (ordinal)](https://docs.seldon.io/projects/alibi/en/stable/examples/cfproto_cat_adult_ord.html)

Expand Down
2 changes: 1 addition & 1 deletion doc/source/examples/ale_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this example we will explain the behaviour of classification models on the Iris dataset. It is recommended to first read the [ALE regression example](ale_regression_boston.ipynb) to familiarize yourself with how to interpret ALE plots in a simpler setting. Interpreting ALE plots for classification problems become more complex due to a few reasons:\n",
"In this example we will explain the behaviour of classification models on the Iris dataset. It is recommended to first read the [ALE regression example](ale_regression_california.ipynb) to familiarize yourself with how to interpret ALE plots in a simpler setting. Interpreting ALE plots for classification problems become more complex due to a few reasons:\n",
"\n",
" - Instead of one ALE line for each feature we now have one for each class to explain the feature effects towards predicting each class.\n",
" - There are two ways to choose the prediction function to explain:\n",
Expand Down
820 changes: 0 additions & 820 deletions doc/source/examples/ale_regression_boston.ipynb

This file was deleted.

875 changes: 875 additions & 0 deletions doc/source/examples/ale_regression_california.ipynb

Large diffs are not rendered by default.

Loading