Skip to content

DOC Fix deprecation warning in plot_roc_crossval#17155

Merged
thomasjpfan merged 1 commit intoscikit-learn:masterfrom
lucyleeow:plot_roc_cross
May 8, 2020
Merged

DOC Fix deprecation warning in plot_roc_crossval#17155
thomasjpfan merged 1 commit intoscikit-learn:masterfrom
lucyleeow:plot_roc_cross

Conversation

@lucyleeow
Copy link
Copy Markdown
Member

@lucyleeow lucyleeow commented May 7, 2020

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Fix

/home/circleci/project/examples/model_selection/plot_roc_crossval.py:75: DeprecationWarning: scipy.interp is deprecated and will be removed in SciPy 2.0.0, use numpy.interp instead
  interp_tpr = interp(mean_fpr, viz.fpr, viz.tpr)

Any other comments?

@lucyleeow lucyleeow changed the title WIP Fix deprecation warning in plot_roc_crossval DOC Fix deprecation warning in plot_roc_crossval May 7, 2020
Copy link
Copy Markdown
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @lucyleeow

Copy link
Copy Markdown
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @lucyleeow

@thomasjpfan thomasjpfan merged commit 92ed385 into scikit-learn:master May 8, 2020
adrinjalali pushed a commit to adrinjalali/scikit-learn that referenced this pull request May 11, 2020
@lucyleeow lucyleeow deleted the plot_roc_cross branch May 12, 2020 18:35
gio8tisu pushed a commit to gio8tisu/scikit-learn that referenced this pull request May 15, 2020
viclafargue pushed a commit to viclafargue/scikit-learn that referenced this pull request Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants