Skip to content

Commit

Permalink
Update _classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Sep 10, 2023
1 parent 5ad9a39 commit d2e88ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skpro/metrics/_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def __init__(self, range=1, multioutput="uniform_average", multivariate=False):
super().__init__(multioutput=multioutput)

def _evaluate_by_index(self, y_true, y_pred, **kwargs):

range = self.range

pdf = y_pred.pdf(y_true)
Expand Down

0 comments on commit d2e88ca

Please sign in to comment.