-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
API Replace n_iter
in Bayesian Ridge
and ARDRegression
#25697
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
14 commits
Select commit
Hold shift + click to select a range
136d786
Make Changes
jpangas f68423c
Merge branch 'scikit-learn:main' into deprecate_n_iter
jpangas 5537b6b
add changelog
glemaitre 89339b4
Apply suggestions from code review
glemaitre 0cb2655
Merge branch 'main' into deprecate_n_iter
jpangas fc56a63
Deprecate n_iter in ARD
jpangas 64f937c
Rename n_iter to max_iter in test
jpangas 5336e84
Include slight change
jpangas 8e7bf96
Use deprecate_n_iter function
jpangas c1830d8
Include minor changes
jpangas af9771e
Update changelog entry
jpangas 5248c40
Merge branch 'main' into deprecate_n_iter
jpangas 5da5184
Merge branch 'main' into deprecate_n_iter
jpangas 0c64320
Separate the change-log entries
jpangas 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to also mention that
n_iter_
was added toARDRegression
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have done so. Please check and see if it's looking good. Is there another particular reason I have missed behind including
n_iter_
attribute inARDRegression
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be beneficial to include them as two entries? It's a bit clunky as a single entry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it could work if it was on it’s own. WDYT @glemaitre ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can make it two entries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On it. I will push the change before EOD.