Skip to content

Commit

Permalink
DOC Fix a few typos in release highlights (#21096)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and adrinjalali committed Sep 23, 2021
1 parent 16dc926 commit a80c8dc
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 a80c8dc

Please sign in to comment.