Skip to content

Commit

Permalink
'fix-bug'
Browse files Browse the repository at this point in the history
  • Loading branch information
superarthurlx committed Jan 2, 2025
1 parent f4bd9f3 commit 462c6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicts/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .wape import masked_wape
from .smape import masked_smape
from .corr import masked_corr
from r_square import masked_r2
from .r_square import masked_r2

ALL_METRICS = {
'MAE': masked_mae,
Expand Down

0 comments on commit 462c6f2

Please sign in to comment.