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

[WIP] sklearn-like LogisticRegression #99

Merged
merged 11 commits into from
Jan 16, 2020
Merged

[WIP] sklearn-like LogisticRegression #99

merged 11 commits into from
Jan 16, 2020

Conversation

mathurinm
Copy link
Owner

#85

@mathurinm
Copy link
Owner Author

@agramfort I don't support multinomial Logreg and check_estimator tries to fit with y = [0, 1, 2] so that doesn't look too good

@agramfort
Copy link
Collaborator

agramfort commented Jan 15, 2020 via email

@mathurinm
Copy link
Owner Author

That did the trick @agramfort: tests are convinving. only remains to write some doc + example.
I'll address intercept fitting and LogRegCV in other PRs

@codecov-io
Copy link

codecov-io commented Jan 15, 2020

Codecov Report

Merging #99 into master will increase coverage by 2.26%.
The diff coverage is 96.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   68.95%   71.21%   +2.26%     
==========================================
  Files          10       10              
  Lines         612      667      +55     
  Branches       91       93       +2     
==========================================
+ Hits          422      475      +53     
  Misses        166      166              
- Partials       24       26       +2
Impacted Files Coverage Δ
celer/homotopy.py 77.94% <ø> (ø) ⬆️
celer/tests/test_lasso.py 100% <100%> (ø) ⬆️
celer/dropin_sklearn.py 97.5% <94.59%> (-2.5%) ⬇️
celer/datasets/libsvm.py 27.41% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed85ac6...9bab8cb. Read the comment docs.

@agramfort
Copy link
Collaborator

agramfort commented Jan 15, 2020 via email

@codecov-io
Copy link

codecov-io commented Jan 16, 2020

Codecov Report

Merging #99 into master will increase coverage by 2.26%.
The diff coverage is 96.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   68.95%   71.21%   +2.26%     
==========================================
  Files          10       10              
  Lines         612      667      +55     
  Branches       91       93       +2     
==========================================
+ Hits          422      475      +53     
  Misses        166      166              
- Partials       24       26       +2
Impacted Files Coverage Δ
celer/homotopy.py 77.94% <ø> (ø) ⬆️
celer/tests/test_lasso.py 100% <100%> (ø) ⬆️
celer/dropin_sklearn.py 97.5% <94.59%> (-2.5%) ⬇️
celer/datasets/libsvm.py 27.41% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed85ac6...cde6301. Read the comment docs.

@mathurinm mathurinm merged commit ebd4fb4 into master Jan 16, 2020
@mathurinm mathurinm deleted the Logreg_sklearn branch March 24, 2020 15:02
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

Successfully merging this pull request may close these issues.

None yet

3 participants