diff --git a/examples/release_highlights/plot_release_highlights_0_22_0.py b/examples/release_highlights/plot_release_highlights_0_22_0.py index 6589f3f3351fc..45db9166bba3a 100644 --- a/examples/release_highlights/plot_release_highlights_0_22_0.py +++ b/examples/release_highlights/plot_release_highlights_0_22_0.py @@ -26,7 +26,12 @@ # A new plotting API is available for creating visualizations. This new API # allows for quickly adjusting the visuals of a plot without involving any # recomputation. It is also possible to add different plots to the same -# figure. See more examples in the :ref:`User Guide `. +# figure. The following example illustrates :class:`~metrics.plot_roc_curve`, +# but other plots utilities are supported like +# :class:`~inspection.plot_partial_dependence`, +# :class:`~metrics.plot_precision_recall_curve`, and +# :class:`~metrics.plot_confusion_matrix`. Read more about this new API in the +# :ref:`User Guide `. from sklearn.model_selection import train_test_split from sklearn.svm import SVC