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
Multi-Horizon Solar Power Forecasting for Grid Integration
Machine learning-based solar power forecasting system for grid integration, featuring multi-horizon predictions, uncertainty quantification, and model interpretability analysis.
Problem Statement
Solar power is inherently intermittent - output varies with weather and time of day. Grid operators require accurate forecasts to:
Balance supply and demand in real-time (AGC)
Schedule reserves and backup generation
Optimize economic dispatch of power plants
Plan unit commitment for day-ahead operations
This project implements multi-horizon forecasting (15-min, 1-hour, 4-hour ahead) with prediction intervals and SHAP-based interpretability to address these operational needs.
Physical consistency: Model behavior aligns with solar physics
Time patterns: Hour and time_slot capture daily cycles
Error Patterns
Higher errors during peak generation hours (10:00-14:00)
Morning/evening transitions show more variability
Prediction intervals widen during uncertain periods
Future Work
Weather forecast integration (NWP data)
Deep learning models (LSTM, Transformer)
Real-time deployment with SCADA integration
Multi-plant ensemble forecasting
Author
Electrical Engineering Student
Focus: Power Systems, Renewable Energy Integration, Machine Learning
License
MIT License
About
Solar power forecasting for grid integration - predicting 15min, 1hr, and 4hr ahead using Ridge, XGBoost, LightGBM, and CatBoost with Time Series CV, uncertainty quantification, and SHAP explainability