Skip to content

Commit 46c5096

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 63cd6004bc4f31222ac0b17b47691718123a4e22
1 parent ea218c4 commit 46c5096

File tree

1,213 files changed

+3866
-3844
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,213 files changed

+3866
-3844
lines changed
Binary file not shown.

dev/_downloads/5a693c97e821586539ab9d250762742c/plot_partial_dependence.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Partial Dependence Plots\n\n\nPartial dependence plots show the dependence between the target function [2]_\nand a set of 'target' features, marginalizing over the values of all other\nfeatures (the complement features). Due to the limits of human perception, the\nsize of the target feature set must be small (usually, one or two) thus the\ntarget features are usually chosen among the most important features.\n\nThis example shows how to obtain partial dependence 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\nThe plots show four 1-way and two 1-way partial dependence plots (ommitted for\n:class:`~sklearn.neural_network.MLPRegressor` due to computation time). The\ntarget variables for the one-way PDP are: median income (`MedInc`), average\noccupants per household (`AvgOccup`), median house age (`HouseAge`), and\naverage rooms per household (`AveRooms`).\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"
18+
"\n# Partial Dependence Plots\n\n\nPartial dependence plots show the dependence between the target function [2]_\nand a set of 'target' features, marginalizing over the values of all other\nfeatures (the complement features). Due to the limits of human perception, the\nsize of the target feature set must be small (usually, one or two) thus the\ntarget features are usually chosen among the most important features.\n\nThis example shows how to obtain partial dependence 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\nThe plots show four 1-way and two 1-way partial dependence plots (omitted for\n:class:`~sklearn.neural_network.MLPRegressor` due to computation time). The\ntarget variables for the one-way PDP are: median income (`MedInc`), average\noccupants per household (`AvgOccup`), median house age (`HouseAge`), and\naverage rooms per household (`AveRooms`).\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"
1919
]
2020
},
2121
{
Binary file not shown.

dev/_downloads/fa25d310c75e4ff65e62ab2cd8fdcef4/plot_partial_dependence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:class:`~sklearn.ensemble.HistGradientBoostingRegressor` trained on the
1515
California housing dataset. The example is taken from [1]_.
1616
17-
The plots show four 1-way and two 1-way partial dependence plots (ommitted for
17+
The plots show four 1-way and two 1-way partial dependence plots (omitted for
1818
:class:`~sklearn.neural_network.MLPRegressor` due to computation time). The
1919
target variables for the one-way PDP are: median income (`MedInc`), average
2020
occupants per household (`AvgOccup`), median house age (`HouseAge`), and

dev/_downloads/scikit-learn-docs.pdf

17.9 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes

0 commit comments

Comments
 (0)