Skip to content

Commit

Permalink
fix doctest import
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Mar 17, 2023
1 parent 6209059 commit 9a72a60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def plot(
.. plot::
:scale: 75
>>> from torch import randint
>>> from torch import rand, randint
>>> # Example plotting a multiple values per class
>>> from torchmetrics.classification import MulticlassRecallAtFixedPrecision
>>> metric = MulticlassRecallAtFixedPrecision(num_classes=3, min_precision=0.5)
Expand Down

0 comments on commit 9a72a60

Please sign in to comment.