Skip to content

Commit 887a6a0

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 98a3fdf6ef6b0b389db44a647c83b32904767df2
1 parent e5ee2cf commit 887a6a0

File tree

1,362 files changed

+4680
-4696
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,362 files changed

+4680
-4696
lines changed
Binary file not shown.

dev/_downloads/1b3f17ff0f112d5b77cbdb90f1c17046/plot_set_output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# %%
6262
# Each transformer in the pipeline is configured to return DataFrames. This
63-
# means that the final logistic regression step contains the feature names of the input.
63+
# means that the final logistic regression step contain the feature names.
6464
clf[-1].feature_names_in_
6565

6666
# %%
@@ -75,7 +75,7 @@
7575

7676
# %%
7777
# The `set_output` API can be configured globally by using :func:`set_config` and
78-
# setting `transform_output` to `"pandas"`.
78+
# setting the `transform_output` to `"pandas"`.
7979
from sklearn.compose import ColumnTransformer
8080
from sklearn.preprocessing import OneHotEncoder, StandardScaler
8181
from sklearn.impute import SimpleImputer
Binary file not shown.

dev/_downloads/e23929e86fa0a415fb85ef2834a3ff7d/plot_set_output.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"cell_type": "markdown",
9595
"metadata": {},
9696
"source": [
97-
"Each transformer in the pipeline is configured to return DataFrames. This\nmeans that the final logistic regression step contains the feature names of the input.\n\n"
97+
"Each transformer in the pipeline is configured to return DataFrames. This\nmeans that the final logistic regression step contain the feature names.\n\n"
9898
]
9999
},
100100
{
@@ -130,7 +130,7 @@
130130
"cell_type": "markdown",
131131
"metadata": {},
132132
"source": [
133-
"The `set_output` API can be configured globally by using :func:`set_config` and\nsetting `transform_output` to `\"pandas\"`.\n\n"
133+
"The `set_output` API can be configured globally by using :func:`set_config` and\nsetting the `transform_output` to `\"pandas\"`.\n\n"
134134
]
135135
},
136136
{

dev/_downloads/scikit-learn-docs.zip

-4.2 KB
Binary file not shown.
-37 Bytes
131 Bytes
196 Bytes
88 Bytes
2 Bytes

0 commit comments

Comments
 (0)