Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 620 Bytes

File metadata and controls

14 lines (11 loc) · 620 Bytes

Time-Series_Demand_Prediction

Machine learning-driven time-series product demand forecasting to optimize inventory and business planning.

📊 Model Performance Comparison

Model R² Score
KNeighborsRegressor 86.87
RandomForestRegressor 82.65
XGBRegressor 76.57
RandomForestRegressor (with RandomizedSearchCV) 82.98

This table presents the R² scores for different regression models tested on the dataset. The KNeighborsRegressor achieved the highest performance, followed by the optimized RandomForestRegressor.