Skip to content

Commit f3db57f

Browse files
authored
Adds linex loss to __all__ (#191)
1 parent 3fac924 commit f3db57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilsforecast/losses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__all__ = ['mae', 'mse', 'rmse', 'bias', 'cfe', 'pis', 'spis', 'mape', 'smape', 'mase', 'rmae', 'nd', 'msse', 'rmsse',
44
'quantile_loss', 'scaled_quantile_loss', 'mqloss', 'scaled_mqloss', 'coverage', 'calibration', 'scaled_crps',
5-
'tweedie_deviance']
5+
'tweedie_deviance', 'linex']
66

77

88
from typing import Any, Callable, Dict, List, Optional, Tuple, Union

0 commit comments

Comments
 (0)