Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add predict_proba method for LogisticRegression #278

Closed
1 of 3 tasks
geosarr opened this issue Apr 7, 2024 · 1 comment
Closed
1 of 3 tasks

Add predict_proba method for LogisticRegression #278

geosarr opened this issue Apr 7, 2024 · 1 comment

Comments

@geosarr
Copy link

geosarr commented Apr 7, 2024

I'm submitting a

  • bug report.
  • improvement.
  • feature request.

Current Behaviour:

Hi, the struct LogisticRegression does not have a method that directly returns the estimated probabilities.

Expected Behaviour:

It will be great to add a predict_proba method like (https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html), in order to account for unbalanced datasets.

Do you want to work on this issue?

yes.

@Mec-iS
Copy link
Collaborator

Mec-iS commented Apr 8, 2024

Hey, thanks for your interest.
Please run a search before opening issues as this is currently already addressed and there is also a PR open that needs some additional working if you want to contribute:

#50
#211

@Mec-iS Mec-iS closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants