Skip to content

Commit

Permalink
DOC typo in SVM narrative
Browse files Browse the repository at this point in the history
  • Loading branch information
rsivapr authored and larsmans committed Sep 21, 2013
1 parent aa2d045 commit 7a5d4b4
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 @@ -34,7 +34,7 @@ The disadvantages of support vector machines include:
calculated using an expensive five-fold cross-validation
(see :ref:`Scores and probabilities <scores_probabilities>`, below).

The support vector machines in scikit-learn support both dens
The support vector machines in scikit-learn support both dense
(``numpy.ndarray`` and convertible to that by ``numpy.asarray``) and
sparse (any ``scipy.sparse``) sample vectors as input. However, to use
an SVM to make predictions for sparse data, it must have been fit on such
Expand Down

0 comments on commit 7a5d4b4

Please sign in to comment.