Open MattiaVerticchio opened 4 years ago
h2o4gpu.LogisticRegression uses multi_class='ovr' as default, but in sklearn 0.22 the default value has been changed in 'auto'.
h2o4gpu.LogisticRegression
multi_class='ovr'
sklearn
'auto'
Description
h2o4gpu.LogisticRegression
usesmulti_class='ovr'
as default, but insklearn
0.22 the default value has been changed in'auto'
.