From c174f34d2598befcfc5b8e073b5772daf0a6a70d Mon Sep 17 00:00:00 2001 From: Pavlos Kallis Date: Thu, 3 Jan 2019 12:53:30 +0200 Subject: [PATCH] [MRG] DOC: Fix typo in glossary.rst --- doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index 6caa5f54a98eb..ee8cad330f5cc 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -1595,7 +1595,7 @@ functions or non-estimator constructors. performance as in :ref:`grid search `), it may be possible to reuse aspects of the model learnt from the previous parameter value, saving time. When ``warm_start`` is true, the existing :term:`fitted` - model :term:`attributes` an are used to initialise the new model + model :term:`attributes` are used to initialise the new model in a subsequent call to :term:`fit`. Note that this is only applicable for some models and some