Skip to content

Commit a513d7b

Browse files
authored
adding 15% margin to automlx numbers
1 parent b1b836b commit a513d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/with_extras/operator/forecast/benchmarks/benchmark_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
cust1_numbers = {
3535
prophet: {smape: 30, mape: 10, rmse: 1780},
3636
arima: {smape: 20, mape: 2, rmse: 1500},
37-
automlx: {smape: 25, mape: 6, rmse: 1530},
37+
automlx: {smape: 30, mape: 7, rmse: 1750},
3838
# neuralprophet: {smape: 29, mape: 9.5, rmse: 1760},
3939
}
4040

0 commit comments

Comments
 (0)