Skip to content

Commit 3c7b9a4

Browse files
committed
reduced estimators for RandomForest test case
1 parent 3baf4b8 commit 3c7b9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darts/tests/models/forecasting/test_local_forecasting_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
(NaiveSeasonal(), 32.4),
5353
(KalmanForecaster(dim_x=3), 17.0),
5454
(LinearRegressionModel(lags=12), 11.0),
55-
(RandomForest(lags=12, n_estimators=200, max_depth=3), 15.5),
55+
(RandomForest(lags=12, n_estimators=5, max_depth=3), 17.0),
5656
]
5757

5858
# forecasting models with exogenous variables support

0 commit comments

Comments
 (0)