h2oai / h2o4gpu

H2Oai GPU Edition
Apache License 2.0
460 stars 94 forks source link

LogisticRegression default solver is outdated #856

Open MattiaVerticchio opened 4 years ago

MattiaVerticchio commented 4 years ago

Description

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