[MRG] DOC: add Visualization API ROC example link to model_evaluation#31591
Closed
EvMossan wants to merge 2 commits intoscikit-learn:mainfrom
Closed
[MRG] DOC: add Visualization API ROC example link to model_evaluation#31591EvMossan wants to merge 2 commits intoscikit-learn:mainfrom
EvMossan wants to merge 2 commits intoscikit-learn:mainfrom
Conversation
Member
|
Hi @evgmosme, thanks for your PR. I need to admit that I am really unsure if we want to add any more link to this very basic example or if it is better to entirely remove it. We use the Let's wait for other opinions. |
Member
|
I agree that this example is already linked in the Visualizations and the Developing with the Plotting API where it makes the most sense. But I'm also +1 to entirely removing this example. |
Member
|
I'm then closing this PR, but I'm sure you can find some other places where you can contribute @EvMossan :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issues/PRs
Towards #30621
What does this implement/fix?
Adds a link to the end-to-end example
plot_roc_curve_visualization_api.pyin the ROC section of the User Guide.
Any other comments?
None.