h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

Logistic Regressions predict_proba returns predictions, not probabilities

Open henrybm opened this issue 5 years ago • 0 comments

H2o4gpu's predict_proba() for Logistic Regression is returning [[True True False False ... False True False]]. Sklearn's predict_proba() for Logistic Regression is returning [0.323 0.343 0.284 0.12 ... 0.123 0.543].

henrybm avatar Oct 23 '20 22:10 henrybm