Skip to content

Commit 1715bad

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 375fa3f commit 1715bad

File tree

1 file changed

+3
-1
lines changed
  • machine_learning/forecasting

1 file changed

+3
-1
lines changed

machine_learning/forecasting/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ def data_safety_checker(list_vote: list, actual_result: float) -> bool:
148148

149149
# voting system with forecasting
150150
res_vote = [
151-
linear_regression_prediction(trn_date, trn_user, trn_match, tst_date, tst_match),
151+
linear_regression_prediction(
152+
trn_date, trn_user, trn_match, tst_date, tst_match
153+
),
152154
sarimax_predictor(trn_user, trn_match, tst_match),
153155
support_vector_regressor(x_train, x_test, trn_user),
154156
]

0 commit comments

Comments
 (0)