We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06da503 commit c4db02fCopy full SHA for c4db02f
1 file changed
doc/glossary.rst
@@ -1595,7 +1595,7 @@ functions or non-estimator constructors.
1595
performance as in :ref:`grid search <grid_search>`), it may be possible
1596
to reuse aspects of the model learnt from the previous parameter value,
1597
saving time. When ``warm_start`` is true, the existing :term:`fitted`
1598
- model :term:`attributes` an are used to initialise the new model
+ model :term:`attributes` are used to initialise the new model
1599
in a subsequent call to :term:`fit`.
1600
1601
Note that this is only applicable for some models and some
0 commit comments