Skip to content

Commit 67b1d80

Browse files
Added Random Forest Regressor to main voting
1 parent 0f1a8b4 commit 67b1d80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • machine_learning/forecasting

machine_learning/forecasting/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def data_safety_checker(list_vote: list, actual_result: float) -> bool:
177177
),
178178
sarimax_predictor(train_user, train_match, test_match),
179179
support_vector_regressor(x_train, x_test, train_user),
180+
random_forest_regressor(x_train, x_test, train_user), # Added Random Forest Regressor
180181
]
181182

182183
# check the safety of today's data

0 commit comments

Comments
 (0)