Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit defba7b

Browse files
committed
add changelog
1 parent 78e24ad commit defba7b

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- :class:`linear_model.LogisticRegression` and
2+
:class:`linear_model.LogisticRegressionCV` now properly pass sample weights to
3+
compute_class_weight under class_weight strategy 'balanced'.
4+
By :user:`Shruti Nath <snath-xoc>` and :user:`Olivier Grisel <ogrisel>`
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- :class:`svm.LinearSVM` now properly passes sample weights to
2+
compute_class_weight under class_weight strategy 'balanced'.
3+
By :user:`Shruti Nath <snath-xoc>`
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- :func:`utils.class_weight.compute_class_weight` now properly accounts for
2+
sample weights when using strategy "balanced" to calculate class weights.
3+
By :user:`Shruti Nath <snath-xoc>`

0 commit comments

Comments
 (0)