Skip to content

Commit 23f9058

Browse files
committed
Pushing the docs to 1.1/ for branch: 1.1.X, commit 16625450b58f555dc3955d223f0c3b64a5686984
1 parent 4ef5778 commit 23f9058

File tree

1,912 files changed

+6345
-6322
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,912 files changed

+6345
-6322
lines changed

1.1/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d0bdad28d397ffd9f93c5892709f416d
3+
config: 516d6912d05babeedd3b9092ff90e009
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

1.1/_downloads/4cf0456267ced0f869a458ef4776d4c5/plot_release_highlights_1_1_0.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
# ----------------------------------------------------------------
2727
# :class:`ensemble.HistGradientBoostingRegressor` can model quantiles with
2828
# `loss="quantile"` and the new parameter `quantile`.
29-
from sklearn.datasets import make_regression
3029
from sklearn.ensemble import HistGradientBoostingRegressor
3130
import numpy as np
3231
import matplotlib.pyplot as plt

1.1/_downloads/68fdea23e50d165632d4bd4e36453cd5/plot_release_highlights_1_1_0.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"outputs": [],
3535
"source": [
36-
"from sklearn.datasets import make_regression\nfrom sklearn.ensemble import HistGradientBoostingRegressor\nimport numpy as np\nimport matplotlib.pyplot as plt\n\n# Simple regression function for X * cos(X)\nrng = np.random.RandomState(42)\nX_1d = np.linspace(0, 10, num=2000)\nX = X_1d.reshape(-1, 1)\ny = X_1d * np.cos(X_1d) + rng.normal(scale=X_1d / 3)\n\nquantiles = [0.95, 0.5, 0.05]\nparameters = dict(loss=\"quantile\", max_bins=32, max_iter=50)\nhist_quantiles = {\n f\"quantile={quantile:.2f}\": HistGradientBoostingRegressor(\n **parameters, quantile=quantile\n ).fit(X, y)\n for quantile in quantiles\n}\n\nfig, ax = plt.subplots()\nax.plot(X_1d, y, \"o\", alpha=0.5, markersize=1)\nfor quantile, hist in hist_quantiles.items():\n ax.plot(X_1d, hist.predict(X), label=quantile)\n_ = ax.legend(loc=\"lower left\")"
36+
"from sklearn.ensemble import HistGradientBoostingRegressor\nimport numpy as np\nimport matplotlib.pyplot as plt\n\n# Simple regression function for X * cos(X)\nrng = np.random.RandomState(42)\nX_1d = np.linspace(0, 10, num=2000)\nX = X_1d.reshape(-1, 1)\ny = X_1d * np.cos(X_1d) + rng.normal(scale=X_1d / 3)\n\nquantiles = [0.95, 0.5, 0.05]\nparameters = dict(loss=\"quantile\", max_bins=32, max_iter=50)\nhist_quantiles = {\n f\"quantile={quantile:.2f}\": HistGradientBoostingRegressor(\n **parameters, quantile=quantile\n ).fit(X, y)\n for quantile in quantiles\n}\n\nfig, ax = plt.subplots()\nax.plot(X_1d, y, \"o\", alpha=0.5, markersize=1)\nfor quantile, hist in hist_quantiles.items():\n ax.plot(X_1d, hist.predict(X), label=quantile)\n_ = ax.legend(loc=\"lower left\")"
3737
]
3838
},
3939
{
Binary file not shown.

1.1/_downloads/scikit-learn-docs.zip

-1.88 KB
Binary file not shown.
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
-673 Bytes

1.1/_images/sphx_glr_plot_ard_001.png

0 Bytes

1.1/_images/sphx_glr_plot_ard_002.png

0 Bytes

1.1/_images/sphx_glr_plot_ard_003.png

0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
-509 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
-68 Bytes
-47 Bytes
108 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes

1.1/_images/sphx_glr_plot_det_001.png

0 Bytes
-81 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
57 Bytes
-12 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes

1.1/_images/sphx_glr_plot_gmm_001.png

0 Bytes
105 Bytes
9 Bytes
0 Bytes
0 Bytes
0 Bytes

1.1/_images/sphx_glr_plot_gpc_001.png

0 Bytes

1.1/_images/sphx_glr_plot_gpc_002.png

0 Bytes
-2.17 KB
-988 Bytes
0 Bytes
0 Bytes
0 Bytes
-86 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
181 Bytes
-49 Bytes
35 Bytes
0 Bytes
5 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
9 Bytes
-99 Bytes
-296 Bytes
506 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes

0 commit comments

Comments
 (0)