-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
MNT remove PA_C from SGD and (re-) use eta0 #31932
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
base: main
Are you sure you want to change the base?
MNT remove PA_C from SGD and (re-) use eta0 #31932
Conversation
* no deprecation cycle as PA_C was not yet released (as of scikit-learn 1.7)
Question for reviewers: How can I add this PR to the whatsnew entry of #29097? The new towncrier is nice but I have no clue how to accomplish this (need it for other PRs too). @adrinjalali @OmarManzoor friendly ping as you reviewed #29097. |
@lorentzenchr Maybe specify something like But I think @adrinjalali might be able to provide a better suggestion in this regard |
@OmarManzoor Where should I use your suggestion? |
I was replying with respect the changelog entry question you mentioned |
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.
Otherwise LGTM.
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 the right way to do this is to have the exact same text for the changelog, just in a different file with the new PR number (am I correct @lesteve ?)
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.
Before I change, I wait for @lesteve's answer.
The rendered docs of the whatsnew right now seems fine to me: On entry mentioning both PRs.
Reference Issues/PRs
Follow-up of #29097.
What does this implement/fix? Explain your changes.
This PR removes the newly introduces (not yet released)
PA_C
parameter of SGD and reuses the already existingeta0
to specify the aggressiveness parameter for the passive-aggressive algorithm.Any other comments?
No deprecation cycle need if merged before 1.8 release.