You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add missing models to RAPIDS GPU forecasting training
Training enhancement:
- Add Gradient Boosting model training
- Add Ridge Regression model training
- Add Support Vector Regression (SVR) model training
- Update model name mapping to include all 6 models
Fixes:
- RAPIDS GPU forecasting script now trains all 6 models (was only 3)
- Matches Phase 3 Advanced training expectations
- All models now saved to database and appear in Forecasting UI
Models trained:
1. Random Forest
2. Linear Regression
3. XGBoost
4. Gradient Boosting (new)
5. Ridge Regression (new)
6. Support Vector Regression (new)
0 commit comments