Skip to content

Commit

Permalink
'fix-bug-sort-pylint'
Browse files Browse the repository at this point in the history
  • Loading branch information
superarthurlx committed Jan 2, 2025
1 parent 61c5275 commit 9c0cf6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 .mape import masked_mape
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 9c0cf6d

Please sign in to comment.