Skip to content

Commit 69e1df8

Browse files
committed
DOC what's new entries for LinearSVR/C weight support
1 parent 03ec6c9 commit 69e1df8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/whats_new.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ Enhancements
164164
- Add ``sample_weight`` parameter to :func:`metrics.matthews_corrcoef`.
165165
By `Jatin Shah`_ and `Raghav R V`_.
166166

167-
- :class:`linear_model.RANSACRegressor` now supports ``sample_weights``.
167+
- :class:`linear_model.RANSACRegressor`, :class:`svm.LinearSVC` and
168+
:class:`svm.LinearSVR` now support ``sample_weights``.
168169
By `Imaculate`_.
169170

170171
- Add parameter ``loss`` to :class:`linear_model.RANSACRegressor` to measure the

0 commit comments

Comments
 (0)