h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

LogisticRegression default solver is outdated

Open MattiaVerticchio opened this issue 5 years ago • 0 comments

Description

h2o4gpu.LogisticRegression uses solver='liblinear' as default, but in sklearn 0.22 the default solver has been changed in 'lbfgs'.

MattiaVerticchio avatar Aug 05 '20 06:08 MattiaVerticchio