Skip to content

Commit

Permalink
Remove pearson coeff from metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
1pha committed Mar 18, 2024
1 parent d506bef commit f9fe3f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/metrics/reg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ mae:
rmse:
_target_: torchmetrics.MeanSquaredError
squared: False
corr:
_target_: torchmetrics.PearsonCorrCoef
r2:
_target_: torchmetrics.R2Score

0 comments on commit f9fe3f8

Please sign in to comment.