Skip to content

Commit

Permalink
Remove unused beta argument in precision/recall (#5532)
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
Jeff Yang and Borda authored Jan 18, 2021
1 parent c80e45d commit a56f745
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytorch_lightning/metrics/classification/precision_recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Precision(Metric):
Args:
num_classes: Number of classes in the dataset.
beta: Beta coefficient in the F measure.
threshold:
Threshold value for binary or multi-label logits. default: 0.5
Expand Down Expand Up @@ -135,7 +134,6 @@ class Recall(Metric):
Args:
num_classes: Number of classes in the dataset.
beta: Beta coefficient in the F measure.
threshold:
Threshold value for binary or multi-label logits. default: 0.5
Expand Down

0 comments on commit a56f745

Please sign in to comment.