-
-
Notifications
You must be signed in to change notification settings - Fork 26k
MNT Add validation for parameter alphas
in RidgeCV
#21606
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8b73561
MNT Add validation of scalar parameters in Ridge
4a150f6
Add test for validation of `alphas` in `RidgeCV`
6960fc7
Merge branch 'main' into validations_ridgecv
cf907ba
Add validation when cv is not None
c76ac26
Modify test to include case when cv is not None
c364401
Add tests for `alphas` validation in `RidgeClassifierCV`
a781866
Merge branch 'main' into validations_ridgecv
63623b5
Use from instead of specific types
b0663a9
DOC Add whatsnew entry
881af91
Factorize `check_scalar` out of `_RidgeGCV` and simplify code
26a478b
tweak
f31c4bc
Improve readability of tests
5745ecf
Merge branch 'main' into validations_ridgecv
9cf3647
Fix doc format
6def00e
Merge branch 'main' into validations_ridgecv
glemaitre f573c5c
Merge tests for `RidgeCV` and `RidgeClassifierCV`
5e7605a
Merge branch 'main' into validations_ridgecv
06ee9fb
Update doc/whats_new/v1.1.rst
ArturoAmorQ 01c0017
Create local variable to avoid mutation inside of fit
ArturoAmorQ 9bf14a7
Merge branch 'validations_ridgecv' of github.com:ArturoAmorQ/scikit-l…
ca7f604
Revert use collections.abc instead of specific types
4626c45
Improve test
ArturoAmorQ 3489815
Improve test name
1950fac
Add test to ensure backward compatibility
dcbd739
Remove case of alphas being a 0d-array
0997b79
Merge branch 'validations_ridgecv' of github.com:ArturoAmorQ/scikit-l…
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
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.