Skip to content

Commit 9204ef1

Browse files
Add rmse to public re-exports in metrics module
1 parent 7af6984 commit 9204ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qmlhc/metrics/__init__.py

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

22
# Public re-exports for metric modules.
33

4-
from .forecasting import mape, mase, delta_lag
4+
from .forecasting import mape, mase, delta_lag, rmse
55
from .control import overshoot, settling_time, robustness
66
from .anomalies import early_roc_auc, recall_at_lag
77

0 commit comments

Comments
 (0)