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 authored and adrinjalali committed May 12, 2020
1 parent 22a7d5b commit 90aadec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/svm.rst
Original file line number Diff line number Diff line change
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 90aadec

Please sign in to comment.