Skip to content

Commit

Permalink
Fix a few typos from scikit-learn#20980
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 21, 2021
1 parent 017eb3f commit b8cf1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/release_highlights/plot_release_highlights_1_0_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@
scalar.feature_names_in_

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

0 comments on commit b8cf1b5

Please sign in to comment.