-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC fix xlabel in Tweedie regression on insurance claims #30362
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
DOC fix xlabel in Tweedie regression on insurance claims #30362
Conversation
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.
Thanks for the PR @antoinebaker. Just a couple of nitpicks
examples/linear_model/plot_tweedie_regression_insurance_claims.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
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
…n#30362) Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
…n#30362) Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
Follow-up of #30198.
The
xlabel
in the Lorenz Curve plot, and the introductory text, has been updated to reflect the changes done in #30198.