-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
Added Random Forest Regressor as an additional prediction model. #12767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Implemented RandomForestRegressor alongside SVR and SARIMAX |
for more information, see https://pre-commit.ci
Added Random Forest Regressor to main voting |
Hi @poyea, |
Hi @TheAlgorithms, |
Used matplotlib to plot actual vs predicted user count, forecast confidence intervals, outlier thresholds from IQR. Added logging instead of print because in production, print() is not scalable.
for more information, see https://pre-commit.ci
Hi @TheAlgorithms, |
Describe your change:
Implemented RandomForestRegressor alongside SVR and SARIMAX
Checklist: