8000 Wrap lines · scikit-learn/scikit-learn@e10584b · GitHub
[go: up one dir, main page]

Skip to content

Commit e10584b

Browse files
authored
Wrap lines
1 parent a911403 commit e10584b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/modules/svm.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ that sets the parameter ``C`` of class ``class_label`` to ``C * value``.
267267
:scale: 75
268268

269269

270-
:class:`SVC`, :class:`NuSVC`, :class:`SVR`, :class:`NuSVR`, :class:`LinearSVC`, :class:`LinearSVR` and
271-
:class:`OneClassSVM` implement also weights for individual samples in method
272-
``fit`` through keyword ``sample_weight``. Similar to ``class_weight``, these
273-
set the parameter ``C`` for the i-th example to ``C * sample_weight[i]``.
270+
:class:`SVC`, :class:`NuSVC`, :class:`SVR`, :class:`NuSVR`, :class:`LinearSVC`,
271+
:class:`LinearSVR` and :class:`OneClassSVM` also implement weights for individual
272+
samples in method ``fit`` through keyword ``sample_weight``. Similar to ``class_weight``,
273+
these set the parameter ``C`` for the i-th example to ``C * sample_weight[i]``.
274274

275275

276276
.. figure:: ../auto_examples/svm/images/sphx_glr_plot_weighted_samples_001.png

0 commit comments

Comments
 (0)
0