diff --git a/examples/frozen/plot_frozen_examples.py b/examples/frozen/plot_frozen_examples.py index 373e47ff2d68c..7237003090d13 100644 --- a/examples/frozen/plot_frozen_examples.py +++ b/examples/frozen/plot_frozen_examples.py @@ -3,7 +3,7 @@ Examples of Using `FrozenEstimator` =================================== -This examples showcases some use cases of :class:`~sklearn.frozen.FrozenEstimator`. +This example showcases some use cases of :class:`~sklearn.frozen.FrozenEstimator`. :class:`~sklearn.frozen.FrozenEstimator` is a utility class that allows to freeze a fitted estimator. This is useful, for instance, when we want to pass a fitted estimator