Skip to content

Commit 4ad2464

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7ac28e1 commit 4ad2464

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • machine_learning/forecasting

machine_learning/forecasting/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ def data_safety_checker(list_vote: list, actual_result: float) -> bool:
179179
),
180180
sarimax_predictor(train_user, train_match, test_match),
181181
support_vector_regressor(x_train, x_test, train_user),
182-
random_forest_regressor(x_train, x_test, train_user), # Added Random Forest Regressor
182+
random_forest_regressor(
183+
x_train, x_test, train_user
184+
), # Added Random Forest Regressor
183185
]
184186

185187
# check the safety of today's data

0 commit comments

Comments
 (0)