8000 DOC Fix a few typos in release highlights (#21096) · scikit-learn/scikit-learn@a80c8dc · GitHub
[go: up one dir, main page]

Skip to content

Commit a80c8dc

Browse files
DimitriPapadopoulosadrinjalali
authored andcommitted
DOC Fix a few typos in release highlights (#21096)
1 parent 16dc926 commit a80c8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/release_highlights/plot_release_highlights_1_0_0.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@
152152
scalar.feature_names_in_
153153

154154
# %%
155-
# The support of :term:`get_feature_names_out` is avaliable for transformers
155+
# The support of :term:`get_feature_names_out` is available for transformers
156156
# that already had :term:`get_feature_names` and transformers with a one-to-one
157157
# correspondence between input and output such as
158158
# :class:`~preprocessing.StandardScalar`. :term:`get_feature_names_out` support
159159
# will be added to all other transformers in future releases. Additionally,
160-
# :meth:`compose.ColumnTransformer.get_feature_names_out` is avaliable to
160+
# :meth:`compose.ColumnTransformer.get_feature_names_out` is available to
161161
# combine feature names of its transformers:
162162
from sklearn.compose import ColumnTransformer
163163
from sklearn.preprocessing import OneHotEncoder

0 commit comments

Comments
 (0)
0