Skip to content

Commit

Permalink
Merge branch 'contribution'
Browse files Browse the repository at this point in the history
  • Loading branch information
superarthurlx committed Jan 2, 2025
2 parents d0d6074 + 9c0cf6d commit 5b73257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basicts/metrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from .corr import masked_corr
from .mae import masked_mae
from .mape import masked_mape
from .mse import masked_mse
from .r_square import masked_r2
from .rmse import masked_rmse
from .wape import masked_wape
from .smape import masked_smape
from .corr import masked_corr
from .r_square import masked_r2
from .wape import masked_wape

ALL_METRICS = {
'MAE': masked_mae,
Expand Down

0 comments on commit 5b73257

Please sign in to comment.