diff --git a/examples/miscellaneous/plot_set_output.py b/examples/miscellaneous/plot_set_output.py index 104ee25842058..efef1469a48b7 100644 --- a/examples/miscellaneous/plot_set_output.py +++ b/examples/miscellaneous/plot_set_output.py @@ -22,7 +22,7 @@ X_train.head() # %% -# To configure an estimator such as :class:`preprocessing.StandardScalar` to return +# To configure an estimator such as :class:`preprocessing.StandardScaler` to return # DataFrames, call `set_output`. This feature requires pandas to be installed. from sklearn.preprocessing import StandardScaler