Skip to content

Commit

Permalink
added documentation for metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido Amos [email protected] committed Jun 30, 2024
1 parent cb6607f commit 8aed388
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ def __init__(
):
"""
See MetricDefault for the missing params
:param pred: class label predictions
:param target: ground truth labels
:param sample_weight: weight per sample for the final accuracy score. Keep None if not required.
"""
super().__init__(
Expand Down Expand Up @@ -392,6 +394,8 @@ def __init__(
):
"""
See MetricDefault for the missing params
:param pred: class label predictions
:param target: ground truth labels
:param sample_weight: weight per sample for the final accuracy score. Keep None if not required.
"""
super().__init__(
Expand Down

0 comments on commit 8aed388

Please sign in to comment.