From 5ce88236e69d052e350f04c58e5e38b0b91c8f89 Mon Sep 17 00:00:00 2001 From: Alessandro Miola <37796412+AlessandroMiola@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:10:56 +0200 Subject: [PATCH] Fix typo in plot_set_output.py example --- examples/miscellaneous/plot_set_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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