Skip to content

Commit 691d98d

Browse files
Update run.py
1 parent 4ad2464 commit 691d98d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • machine_learning/forecasting

machine_learning/forecasting/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def random_forest_regressor(x_train: list, x_test: list, train_user: list) -> fl
9090
Good for capturing nonlinear relationships in data.
9191
9292
input : training data (date, total_event) in list of float
93-
where x = list of set (date and total event)
93+
where x = list of set (date and total event)
9494
output : list of total user prediction in float
9595
9696
>>> random_forest_regressor([[5,2],[1,5],[6,2]], [[3,2]], [2,1,4])

0 commit comments

Comments
 (0)