Skip to content

Commit efe1e4f

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 94c054d0c760145a2699af6e189d17960c3d9f77
1 parent 4c33073 commit efe1e4f

File tree

1,307 files changed

+5742
-5742
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,307 files changed

+5742
-5742
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: 30e0077f27abac71be90e5859f622d02
3+
config: a79876df52c6cf37e3784905a35991c8
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

dev/_downloads/35686e86ab04c9899b73acd07be52bc7/plot_metadata_routing.py

+9-8
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ def predict(self, X, **predict_params):
408408

409409
# %%
410410
# - Alias only on the sub-estimator. This is useful if we don't want the
411-
# meta-estimator to use the metadata, and we only want the metadata to be used
412-
# by the sub-estimator.
411+
# meta-estimator to use the metadata, and we only want the metadata to be used
412+
# by the sub-estimator.
413413
est = RouterConsumerClassifier(
414414
estimator=ExampleClassifier().set_fit_request(sample_weight="aliased_sample_weight")
415415
).set_fit_request(sample_weight=True)
@@ -621,9 +621,10 @@ def predict(self, X):
621621
# want to have a scikit-learn compatible estimator, without depending on the
622622
# scikit-learn package. If the following conditions are met, you do NOT need to
623623
# modify your code at all:
624-
# - your estimator inherits from :class:`~base.BaseEstimator`
625-
# - the parameters consumed by your estimator's methods, e.g. ``fit``, are
626-
# explicitly defined in the method's signature, as opposed to being
627-
# ``*args`` or ``*kwargs``.
628-
# - you do not route any metadata to the underlying objects, i.e. you're not a
629-
# *router*.
624+
#
625+
# - your estimator inherits from :class:`~base.BaseEstimator`
626+
# - the parameters consumed by your estimator's methods, e.g. ``fit``, are
627+
# explicitly defined in the method's signature, as opposed to being
628+
# ``*args`` or ``*kwargs``.
629+
# - you do not route any metadata to the underlying objects, i.e. you're not a
630+
# *router*.

dev/_downloads/64a4ce2171987c74f955483a03ac45b5/plot_metadata_routing.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"cell_type": "markdown",
451451
"metadata": {},
452452
"source": [
453-
"- Alias only on the sub-estimator. This is useful if we don't want the\nmeta-estimator to use the metadata, and we only want the metadata to be used\nby the sub-estimator.\n\n"
453+
"- Alias only on the sub-estimator. This is useful if we don't want the\n meta-estimator to use the metadata, and we only want the metadata to be used\n by the sub-estimator.\n\n"
454454
]
455455
},
456456
{
@@ -612,7 +612,7 @@
612612
"cell_type": "markdown",
613613
"metadata": {},
614614
"source": [
615-
"## Third Party Development and scikit-learn Dependency\n\nAs seen above, information is communicated between classes using\n:class:`~utils.metadata_routing.MetadataRequest` and\n:class:`~utils.metadata_routing.MetadataRouter`. It is strongly not advised,\nbut possible to vendor the tools related to metadata-routing if you strictly\nwant to have a scikit-learn compatible estimator, without depending on the\nscikit-learn package. If the following conditions are met, you do NOT need to\nmodify your code at all:\n - your estimator inherits from :class:`~base.BaseEstimator`\n - the parameters consumed by your estimator's methods, e.g. ``fit``, are\n explicitly defined in the method's signature, as opposed to being\n ``*args`` or ``*kwargs``.\n - you do not route any metadata to the underlying objects, i.e. you're not a\n *router*.\n\n"
615+
"## Third Party Development and scikit-learn Dependency\n\nAs seen above, information is communicated between classes using\n:class:`~utils.metadata_routing.MetadataRequest` and\n:class:`~utils.metadata_routing.MetadataRouter`. It is strongly not advised,\nbut possible to vendor the tools related to metadata-routing if you strictly\nwant to have a scikit-learn compatible estimator, without depending on the\nscikit-learn package. If the following conditions are met, you do NOT need to\nmodify your code at all:\n\n- your estimator inherits from :class:`~base.BaseEstimator`\n- the parameters consumed by your estimator's methods, e.g. ``fit``, are\n explicitly defined in the method's signature, as opposed to being\n ``*args`` or ``*kwargs``.\n- you do not route any metadata to the underlying objects, i.e. you're not a\n *router*.\n\n"
616616
]
617617
}
618618
],
Binary file not shown.

dev/_downloads/scikit-learn-docs.zip

-4.51 KB
Binary file not shown.
-128 Bytes
-130 Bytes
29 Bytes
40 Bytes
145 Bytes
-1 Bytes
-204 Bytes
40 Bytes
-830 Bytes
1.12 KB
-995 Bytes
66 Bytes
-90 Bytes
-80 Bytes
190 Bytes
6 Bytes
-150 Bytes
15 Bytes
-67 Bytes
-21 Bytes
35 Bytes
202 Bytes
257 Bytes
-1.15 KB
-122 Bytes
-162 Bytes
-749 Bytes
-626 Bytes
-34 Bytes
-24 Bytes
1 Byte

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

+4-4

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

+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)