Skip to content

Commit

Permalink
DOC Correcting an attribute's name (#17110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jindalpankaj committed May 4, 2020
1 parent 8b1b281 commit 4fae539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/svm.rst
Expand Up @@ -90,7 +90,7 @@ After being fitted, the model can then be used to predict new values::
SVMs decision function (detailed in the :ref:`svm_mathematical_formulation`)
depends on some subset of the training data, called the support vectors. Some
properties of these support vectors can be found in attributes
``support_vectors_``, ``support_`` and ``n_support``::
``support_vectors_``, ``support_`` and ``n_support_``::

>>> # get support vectors
>>> clf.support_vectors_
Expand Down

0 comments on commit 4fae539

Please sign in to comment.