-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
DOC Fixes hard coded title in gmm selection example plot #17418
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
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
|
For future reference, it's good to put "Fixes ISSUE_NUMBER" in your opening message, this would cause github to automatically close the issue this PR is resolving. |
| plt.title('Selected GMM: {} model, {} components'.format( | ||
| best_gmm.covariance_type, best_gmm.n_components)) |
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.
Hi @tbenjamin-pl what about using a f-string here?
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 @tbenjamin-pl !
…n#17418) Co-authored-by: Thomas S. Benjamin <[email protected]> Co-authored-by: Roman Yurchak <[email protected]>
Reference Issues/PRs
Fixes #17408
What does this implement/fix? Explain your changes.
Any other comments?