Skip to content

Commit

Permalink
Update precision_recall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rittik9 committed Dec 7, 2024
1 parent 930fba3 commit 7e95696
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ def multiclass_precision(
fp,
tn,
fn,
ignore_index=ignore_index,
average=average,
multidim_average=multidim_average,
top_k=top_k,
zero_division=zero_division,
ignore_index=ignore_index,
)


Expand Down Expand Up @@ -561,11 +561,11 @@ def multiclass_recall(
fp,
tn,
fn,
ignore_index=ignore_index,
average=average,
multidim_average=multidim_average,
top_k=top_k,
zero_division=zero_division,
ignore_index=ignore_index,
)


Expand Down Expand Up @@ -675,11 +675,11 @@ def multilabel_recall(
fp,
tn,
fn,
ignore_index=ignore_index,
average=average,
multidim_average=multidim_average,
multilabel=True,
zero_division=zero_division,
ignore_index=ignore_index,
)


Expand Down

0 comments on commit 7e95696

Please sign in to comment.