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

Fix/various fixes 20220310 #36

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

cschu
Copy link
Member

@cschu cschu commented Mar 10, 2022

@AlessioMilanese While this PR has various minor fixes, there is a major issue to address before it can be merged.

In create_db, we sometimes have a problem with the logistic solver not converging during clf.fit() (observed in create_db:estimate_function).

I added a command line option -N <int> to allow adjusting the max_iter parameter of LogisticRegression. Alternatively, (or in addition), we could try catching the warning (in this PR warnings are treated as errors) and try to adjust max_iter automatically.

@cschu cschu added the do not merge needs revision/discussion label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge needs revision/discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant