Skip to content

Commit 5a3a556

Browse files
committed
Pushing the docs to dev/ for branch: main, commit cd892f96883396f71cd6135ee3c56c5f619c53c4
1 parent 96e0153 commit 5a3a556

File tree

1,223 files changed

+4451
-4467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,223 files changed

+4451
-4467
lines changed
Binary file not shown.

dev/_downloads/21b82d82985712b5de6347f382c77c86/plot_partial_dependence.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Partial Dependence and Individual Conditional Expectation Plots\n\nPartial dependence plots show the dependence between the target function [2]_\nand a set of features of interest, marginalizing over the values of all other\nfeatures (the complement features). Due to the limits of human perception, the\nsize of the set of features of interest must be small (usually, one or two)\nthus they are usually chosen among the most important features.\n\nSimilarly, an individual conditional expectation (ICE) plot [3]_\nshows the dependence between the target function and a feature of interest.\nHowever, unlike partial dependence plots, which show the average effect of the\nfeatures of interest, ICE plots visualize the dependence of the prediction on a\nfeature for each :term:`sample` separately, with one line per sample.\nOnly one feature of interest is supported for ICE plots.\n\nThis example shows how to obtain partial dependence and ICE plots from a\n:class:`~sklearn.neural_network.MLPRegressor` and a\n:class:`~sklearn.ensemble.HistGradientBoostingRegressor` trained on the\nCalifornia housing dataset. The example is taken from [1]_.\n\n.. [1] T. Hastie, R. Tibshirani and J. Friedman, \"Elements of Statistical\n Learning Ed. 2\", Springer, 2009.\n\n.. [2] For classification you can think of it as the regression score before\n the link function.\n\n.. [3] Goldstein, A., Kapelner, A., Bleich, J., and Pitkin, E., Peeking Inside\n the Black Box: Visualizing Statistical Learning With Plots of\n Individual Conditional Expectation. (2015) Journal of Computational and\n Graphical Statistics, 24(1): 44-65 (https://arxiv.org/abs/1309.6392)\n"
18+
"\n# Partial Dependence and Individual Conditional Expectation Plots\n\nPartial dependence plots show the dependence between the target function [2]_\nand a set of features of interest, marginalizing over the values of all other\nfeatures (the complement features). Due to the limits of human perception, the\nsize of the set of features of interest must be small (usually, one or two)\nthus they are usually chosen among the most important features.\n\nSimilarly, an individual conditional expectation (ICE) plot [3]_\nshows the dependence between the target function and a feature of interest.\nHowever, unlike partial dependence plots, which show the average effect of the\nfeatures of interest, ICE plots visualize the dependence of the prediction on a\nfeature for each :term:`sample` separately, with one line per sample.\nOnly one feature of interest is supported for ICE plots.\n\nThis example shows how to obtain partial dependence and ICE plots from a\n:class:`~sklearn.neural_network.MLPRegressor` and a\n:class:`~sklearn.ensemble.HistGradientBoostingRegressor` trained on the\nCalifornia housing dataset. The example is taken from [1]_.\n\n.. [1] T. Hastie, R. Tibshirani and J. Friedman, \"Elements of Statistical\n Learning Ed. 2\", Springer, 2009.\n\n.. [2] For classification you can think of it as the regression score before\n the link function.\n\n.. [3] :arxiv:`Goldstein, A., Kapelner, A., Bleich, J., and Pitkin, E. (2015).\n \"Peeking Inside the Black Box: Visualizing Statistical Learning With Plots of\n Individual Conditional Expectation\". Journal of Computational and\n Graphical Statistics, 24(1): 44-65 <1309.6392>`\n"
1919
]
2020
},
2121
{
Binary file not shown.

dev/_downloads/bcd609cfe29c9da1f51c848e18b89c76/plot_partial_dependence.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
.. [2] For classification you can think of it as the regression score before
2828
the link function.
2929
30-
.. [3] Goldstein, A., Kapelner, A., Bleich, J., and Pitkin, E., Peeking Inside
31-
the Black Box: Visualizing Statistical Learning With Plots of
32-
Individual Conditional Expectation. (2015) Journal of Computational and
33-
Graphical Statistics, 24(1): 44-65 (https://arxiv.org/abs/1309.6392)
30+
.. [3] :arxiv:`Goldstein, A., Kapelner, A., Bleich, J., and Pitkin, E. (2015).
31+
"Peeking Inside the Black Box: Visualizing Statistical Learning With Plots of
32+
Individual Conditional Expectation". Journal of Computational and
33+
Graphical Statistics, 24(1): 44-65 <1309.6392>`
3434
3535
"""
3636

dev/_downloads/scikit-learn-docs.zip

17.4 KB
Binary file not shown.
-309 Bytes
-43 Bytes
-26 Bytes
352 Bytes
133 Bytes
-49 Bytes
22 Bytes
-19 Bytes
-157 Bytes
53 Bytes
136 Bytes
2.78 KB
941 Bytes
-414 Bytes
260 Bytes
-338 Bytes
-24 Bytes
164 Bytes
36 Bytes
21 Bytes
10 Bytes

dev/_sources/auto_examples/applications/plot_cyclical_feature_engineering.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_digits_denoising.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_face_recognition.rst.txt

+5-5

dev/_sources/auto_examples/applications/plot_model_complexity_influence.rst.txt

+15-15

dev/_sources/auto_examples/applications/plot_out_of_core_classification.rst.txt

+29-29

dev/_sources/auto_examples/applications/plot_outlier_detection_wine.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_prediction_latency.rst.txt

+2-2

0 commit comments

Comments
 (0)