From ba63a4b358e050af1d1e815a3f4068d045f531d5 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Fri, 30 May 2025 21:31:13 -0700 Subject: [PATCH] DOC: Correct a typo: this examples -> this example --- examples/frozen/plot_frozen_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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