Skip to content

Commit 2b309a0

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 2f5361a4b58c6c084f244b5266dc1db250ec7582
1 parent 5338fce commit 2b309a0

File tree

1,299 files changed

+7108
-7023
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,299 files changed

+7108
-7023
lines changed

dev/.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: 808e5a0439a18751e92fa205c4ef0529
3+
config: 8da448151240cbfeebca944cfda55365
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

dev/_downloads/35686e86ab04c9899b73acd07be52bc7/plot_metadata_routing.py

+5
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,11 @@ def predict(self, X):
619619
for w in record:
620620
print(w.message)
621621

622+
# %%
623+
# In the end, we disable the configuration flag for metadata routing:
624+
625+
set_config(enable_metadata_routing=False)
626+
622627
# %%
623628
# Third Party Development and scikit-learn Dependency
624629
# ---------------------------------------------------

dev/_downloads/64a4ce2171987c74f955483a03ac45b5/plot_metadata_routing.ipynb

+18
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,24 @@
608608
"class ExampleRegressor(RegressorMixin, BaseEstimator):\n __metadata_request__fit = {\"sample_weight\": metadata_routing.WARN}\n\n def fit(self, X, y, sample_weight=None):\n check_metadata(self, sample_weight=sample_weight)\n return self\n\n def predict(self, X):\n return np.zeros(shape=(len(X)))\n\n\nwith warnings.catch_warnings(record=True) as record:\n MetaRegressor(estimator=ExampleRegressor()).fit(X, y, sample_weight=my_weights)\nfor w in record:\n print(w.message)"
609609
]
610610
},
611+
{
612+
"cell_type": "markdown",
613+
"metadata": {},
614+
"source": [
615+
"In the end, we disable the configuration flag for metadata routing:\n\n"
616+
]
617+
},
618+
{
619+
"cell_type": "code",
620+
"execution_count": null,
621+
"metadata": {
622+
"collapsed": false
623+
},
624+
"outputs": [],
625+
"source": [
626+
"set_config(enable_metadata_routing=False)"
627+
]
628+
},
611629
{
612630
"cell_type": "markdown",
613631
"metadata": {},
Binary file not shown.

dev/_downloads/scikit-learn-docs.zip

17.8 KB
Binary file not shown.
-11 Bytes
146 Bytes
143 Bytes
4 Bytes
170 Bytes
27 Bytes
-630 Bytes
112 Bytes
134 Bytes
4.77 KB
886 Bytes
-73 Bytes
61 Bytes
111 Bytes
155 Bytes
84 Bytes
96 Bytes
-86 Bytes
88 Bytes
74 Bytes
-39 Bytes
45 Bytes
-971 Bytes
0 Bytes
7 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

+14-14

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

+1-1

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

+2-2

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

+1-1

0 commit comments

Comments
 (0)