Skip to content

Commit f06eeeb

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 19c8b1933b9ee301ccdbfbb3f165f314ee168bbf
1 parent 59f7d75 commit f06eeeb

File tree

1,206 files changed

+3636
-3636
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,206 files changed

+3636
-3636
lines changed

dev/_downloads/21b82d82985712b5de6347f382c77c86/plot_partial_dependence.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cell_type": "markdown",
5252
"metadata": {},
5353
"source": [
54-
"1-way partial dependence with different models\n----------------------------------------------\n\nIn this section, we will compute 1-way partial dependence with two different\nmachine-learning models: (i) a multi-layer perceptron and (ii) a\ngradient-boosting. With these two models, we illustrate how to compute and\ninterpret both partial dependence plot (PDP) and individual conditional\nexpectation (ICE).\n\nMulti-layer perceptron\n......................\n\nLet's fit a :class:`sklearn.neural_network.MLPRegressor` and compute\nsingle-variable partial dependence plots.\n\n"
54+
"1-way partial dependence with different models\n----------------------------------------------\n\nIn this section, we will compute 1-way partial dependence with two different\nmachine-learning models: (i) a multi-layer perceptron and (ii) a\ngradient-boosting. With these two models, we illustrate how to compute and\ninterpret both partial dependence plot (PDP) and individual conditional\nexpectation (ICE).\n\nMulti-layer perceptron\n......................\n\nLet's fit a :class:`~sklearn.neural_network.MLPRegressor` and compute\nsingle-variable partial dependence plots.\n\n"
5555
]
5656
},
5757
{
@@ -87,7 +87,7 @@
8787
"cell_type": "markdown",
8888
"metadata": {},
8989
"source": [
90-
"Gradient boosting\n.................\n\nLet's now fit a :class:`sklearn.ensemble.HistGradientBoostingRegressor` and\ncompute the partial dependence on the same features.\n\n"
90+
"Gradient boosting\n.................\n\nLet's now fit a :class:`~sklearn.ensemble.HistGradientBoostingRegressor` and\ncompute the partial dependence on the same features.\n\n"
9191
]
9292
},
9393
{
Binary file not shown.

dev/_downloads/bcd609cfe29c9da1f51c848e18b89c76/plot_partial_dependence.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# Multi-layer perceptron
7171
# ......................
7272
#
73-
# Let's fit a :class:`sklearn.neural_network.MLPRegressor` and compute
73+
# Let's fit a :class:`~sklearn.neural_network.MLPRegressor` and compute
7474
# single-variable partial dependence plots.
7575

7676
from time import time
@@ -131,7 +131,7 @@
131131
# Gradient boosting
132132
# .................
133133
#
134-
# Let's now fit a :class:`sklearn.ensemble.HistGradientBoostingRegressor` and
134+
# Let's now fit a :class:`~sklearn.ensemble.HistGradientBoostingRegressor` and
135135
# compute the partial dependence on the same features.
136136

137137
from sklearn.experimental import enable_hist_gradient_boosting # noqa
Binary file not shown.

dev/_downloads/scikit-learn-docs.pdf

1.67 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes
39 Bytes
39 Bytes
-62 Bytes
-62 Bytes

0 commit comments

Comments
 (0)