-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
ENH use Scipy isotonic_regression #28897
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
Conversation
Within uncertainty, this shows no performance regression: This PR
MAIN
|
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.
The CI failures look related to isotonic_regression
.
|
3e903c3
to
fb793e7
Compare
fb793e7
to
43cadcb
Compare
@thomasjpfan CI is green. |
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.
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.
LGTM. Thanks @lorentzenchr
Reference Issues/PRs
Closes #27378.
What does this implement/fix? Explain your changes.
Use
scipy.optimize.isotonic_regression
as of scipy 1.12 instead of our own_inplace_contiguous_isotonic_regression
.Any other comments?