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 4ad2464 commit 691d98dCopy full SHA for 691d98d
1 file changed
machine_learning/forecasting/run.py
@@ -90,7 +90,7 @@ def random_forest_regressor(x_train: list, x_test: list, train_user: list) -> fl
90
Good for capturing nonlinear relationships in data.
91
92
input : training data (date, total_event) in list of float
93
- where x = list of set (date and total event)
+ where x = list of set (date and total event)
94
output : list of total user prediction in float
95
96
>>> random_forest_regressor([[5,2],[1,5],[6,2]], [[3,2]], [2,1,4])
0 commit comments