-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Link Visualization tools to their respective interpretation in the User Guide #31304
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
Comments
Hey, I would like to work on the issue (specifcally metrics.ConfusionMatrixDisplay ) @ArturoAmorQ |
Hey @ArturoAmorQ I would like to work specifically on inspection.PartialDependenceDisplay |
Hey @ArturoAmorQ I would like to work on the issue, specifically metrics.PrecisionRecallDisplay |
Hey @ArturoAmorQ I would like to work on the issue, specifically metrics.DetCurveDisplay |
…y` docstring (as part of scikit-learn#31304)
…ocstring (as part of scikit-learn#31304)
Thanks to all the contributors. Closing as completed 🚀 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue linked to the documentation
As of today, some of our Display objects point towards the
Visualizations
section of the User Guide, some of them point toward the respective plotted function, some of them do both.As sometimes users want to know how to interpret the plot and sometimes they want to understand the plot API, we've resorted to linking both, e.g. for the RocCurveDisplay we have:
Contributors willing to address this issue, please fix one of the following listed Display Objects per pull request.
inspection.PartialDependenceDisplay points to
partial-dependence
. It should pointVisualizations
as well. DOC add reference to "Visualizations" in user doc guide from "PartialDependenceDisplay" docstring. #31313metrics.ConfusionMatrixDisplay points only to point
Visualizations
. It should point toconfusion-matrix
as well. DOC Link Visualization tools to their respective interpretation #31306metrics.DetCurveDisplay points to
det-curve
. It should pointVisualizations
as well. DOC Add references to DetCurveDisplay docstring #31307metrics.PrecisionRecallDisplay points only to point
Visualizations
. It should point toprecision-recall-f-measure-metrics
as well. DOC Link PrecisionRecallDisplay to visualization and evaluation guides #31308Thanks for your help!
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: