We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1a8b4 commit 67b1d80Copy full SHA for 67b1d80
1 file changed
machine_learning/forecasting/run.py
@@ -177,6 +177,7 @@ def data_safety_checker(list_vote: list, actual_result: float) -> bool:
177
),
178
sarimax_predictor(train_user, train_match, test_match),
179
support_vector_regressor(x_train, x_test, train_user),
180
+ random_forest_regressor(x_train, x_test, train_user), # Added Random Forest Regressor
181
]
182
183
# check the safety of today's data
0 commit comments