We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1df25c commit 7d88e6eCopy full SHA for 7d88e6e
daal4py/sklearn/linear_model/logistic_path.py
@@ -91,7 +91,7 @@ def __logistic_regression_path(
91
dual=False,
92
penalty="l2",
93
intercept_scaling=1.0,
94
- multi_class="warn",
+ multi_class="auto",
95
random_state=None,
96
check_input=True,
97
max_squared_sum=None,
0 commit comments