-
Notifications
You must be signed in to change notification settings - Fork 25
WIP support fit_intercept in remaining solvers #94
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
Open
cassiofragadantas
wants to merge
20
commits into
benchopt:main
Choose a base branch
from
cassiofragadantas:fit_intercept
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
64a7df4
fit_intercept for cd solver (using sklearn _preprocess_data)
cassiofragadantas de13e7d
fit_intercept support for python_pgd solver
cassiofragadantas a003c8a
cosmit
cassiofragadantas 169faa3
Explicitly excluding sparse case on fit intercept
cassiofragadantas 4a6feda
fit_intercept for blitz solver (supports sparse data!)
cassiofragadantas eb98950
fit_intercept for skglm solver (only dense data)
cassiofragadantas eeb0143
fit_intercept for lightning solver (only for dense data)
cassiofragadantas d284962
fit_intercept for noncvx_pro solver (only for dense data for now)
cassiofragadantas ce00f0a
Merge branch 'main' into fit_intercept
cassiofragadantas 2b5bf12
Fix linting
cassiofragadantas 07f9cb1
Merge branch 'benchopt:main' into fit_intercept
cassiofragadantas 3a36595
fit_intercept support on solver L-BFGS-B (only dense data for now)
cassiofragadantas a8cb44e
fit_intercept support for solver Julia-PGD (only dense for now)
cassiofragadantas 2394eb2
fit_intercept support for r-pgd solver (only dense data for now)
cassiofragadantas 75177bf
Adding sklearn requirements for fit_intercept support
cassiofragadantas 6dca53c
Merge branch 'main' into fit_intercept
cassiofragadantas 2b634fc
Removing sklearn dependency wherever possible. Handling fit_intercept…
cassiofragadantas fbf7f95
Linter
cassiofragadantas d81d5b7
Linter
cassiofragadantas fb38f68
removing scikit-learn dependency in python-pgd solver
cassiofragadantas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.