This project predicts power irradiance one month in the future, based on current power irradiance and local weather conditions using an LSTM (long short-term memory) model and Linear Regression.
- Machine Learning
- Data Visualization
- Predictive Modeling
- Python
- Keras
- Pandas, jupyter
This file contains the solar generation of a certain plant from October 1st, 2017 to September 30th, 2019. You'll find the following columns: 'power', 'gti' and 'ghi'. Power is the actual power generated while GHI (Global Horizontal Irradiance) and GTI (Global Tilt Irradiance) are the parameters relevant to the that define the radiation received from the sun.
This file contains the weather data of the same plant from October 1st, 2017 to September 30th, 2019. The columns' names are self-explanatory.
This file contains the weather data from October 1st, 2019 to October 27th, 2019.
You need to predict the generation of power of the given plan in this duration: October 1st, 2019 to October 27th, 2019.
-
Clone this repo
-
See Notebook 1: Solar_Generation to examine raw data, EDA, preliminary cleaning steps, feature engineering, modeling, and evaluation of predictions.
-
See Notebook 2: Technical Report for an overview of the project.