Skip to content

Commit 7d88e6e

Browse files
correct default arg for multiclass (#2634)
1 parent f1df25c commit 7d88e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daal4py/sklearn/linear_model/logistic_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __logistic_regression_path(
9191
dual=False,
9292
penalty="l2",
9393
intercept_scaling=1.0,
94-
multi_class="warn",
94+
multi_class="auto",
9595
random_state=None,
9696
check_input=True,
9797
max_squared_sum=None,

0 commit comments

Comments
 (0)