We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14b716 commit 0a3a677Copy full SHA for 0a3a677
doc/modules/svm.rst
@@ -67,8 +67,8 @@ assumed to be linear. It also lacks some of the members of
67
68
As other classifiers, :class:`SVC`, :class:`NuSVC` and
69
:class:`LinearSVC` take as input two arrays: an array X of size ``[n_samples,
70
-n_features]`` holding the training samples, and an array Y of integer values,
71
-size ``[n_samples]``, holding the class labels for the training samples::
+n_features]`` holding the training samples, and an array y of class labels
+(strings or integers), size ``[n_samples]``::
72
73
74
>>> from sklearn import svm
0 commit comments