Skip to content

Logistic Regressions predict_proba returns predictions, not probabilities #866

@henrybm

Description

@henrybm

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].

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions