-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
MAINT validate parameters in LogisticRegression and LogisiticRegressionCV #23565
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
glemaitre
merged 31 commits into
scikit-learn:main
from
Jitensid:logistic_regression_validate_params
Jun 27, 2022
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d77f962
Added _parameter_constraints for Logistic Regression Class
Jitensid 8a2c0fd
Removed code for simple param valiadation of Logistic Regression
Jitensid 1b0db86
Removed unncessary import
Jitensid 2c825f7
Merge branch 'main' of github.com:scikit-learn/scikit-learn into logi…
Jitensid f5655c3
Final Commit
Jitensid e6de713
Removed tests checking error msg by simple param validation
Jitensid 1a80c96
Merge branch 'main' of github.com:scikit-learn/scikit-learn into logi…
Jitensid 7d2aba0
Changed value from 1e4 to 10000 of max_iter in ensemble test of logis…
Jitensid a48b142
Added None in intercept_scaling parameter
Jitensid fdd64a4
Merge branch 'main' of github.com:scikit-learn/scikit-learn into logi…
Jitensid 93888f0
Changed default value from None to 1.0 for intercept_scaling
Jitensid 7444477
Removed unnecessary test for intercept_scaling parameter
Jitensid ffef5ca
changed param valdiations and used logistic regression params in logi…
Jitensid 571226b
Merge branch 'main' into logistic_regression_validate_params
Jitensid b233d9c
Merge branch 'main' of github.com:scikit-learn/scikit-learn into logi…
Jitensid 9022ed4
Merge branch 'main' into logistic_regression_validate_params
Jitensid 32a089a
Merge branch 'main' into logistic_regression_validate_params
Jitensid 69f48de
Merge branch 'main' into logistic_regression_validate_params
Jitensid 031786d
Merge branch 'main' into logistic_regression_validate_params
Jitensid 355d09e
Merge branch 'main' into logistic_regression_validate_params
Jitensid 1f39bff
Merge branch 'main' into logistic_regression_validate_params
Jitensid ae753cc
Merge branch 'main' of github.com:scikit-learn/scikit-learn into logi…
Jitensid 5004f4d
Modified bool constraint to boolean for validation_params
Jitensid a03c415
Merge branch 'main' of github.com:scikit-learn/scikit-learn into logi…
Jitensid c103101
Merge branch 'logistic_regression_validate_params' of https://github.…
Jitensid 9f7a7c7
fixes
jeremiedbb 1e5425f
lint
jeremiedbb 444c34c
nitpick
glemaitre 70293c7
Using verbose constraint for the verbose param for the logistic regre…
Jitensid fa52fc2
Using verbose constraint for the verbose param for the logistic regre…
Jitensid 71e6c97
Removed unnecessary test of test_multinomial_validation
Jitensid 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
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.