Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon committed Feb 14, 2025
1 parent 3996689 commit 96638d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/visualizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `Display` object stores the computed values required for plotting with Matpl
These values can either be passed directly via `from_predictions`, or derived from an estimator
and sample data using `from_estimator`.
Additionally, the plot method allows adding to an existing plot by passing the existing
plots :class`matplotlib.axes.Axes` to the `ax` parameter.
plots :class:`matplotlib.axes.Axes` to the `ax` parameter.

In the following example, we plot a ROC curve for a fitted support
vector machine using `from_estimator`:
Expand Down

0 comments on commit 96638d7

Please sign in to comment.