Kali-Decoder / Eco_GRiD_H23

Energy Trading marketplace between P2P and P2G or G2P. P2P is between one nation’s grid to another nation’s grid. P2G or G2P is between prosumers to grid and vice versa.
9 stars 15 forks source link

Implement machine learning-based renewable energy forecasting #20

Open Roshan23R opened 9 months ago

Roshan23R commented 9 months ago

Predicting the output of renewable energy sources like solar and wind is challenging due to their variability. Machine learning models can analyze real-time data from weather forecasts, location and other factors to predict renewable energy generation, enabling better integration into the grid. Example Refer Link - https://towardsdatascience.com/predicting-solar-power-output-using-machine-learning-techniques-56e7959acb1f

Note - Go with any dummy data which could be used to predict output.

Submit it in the ml-part folder as yourname_forecast.py file with dummy data yourname_data.csv used.

ashishlal2003 commented 9 months ago

Hi! From the initial overview of the resource link that you shared, what I understood is that we would be predicting the Power Output based on certain features. As a solution to this issue, do we have to come up with the best model for this scenario only or come up with a Jupyter Notebook file as well containing an overall analysis of the features and how we came to a final conclusion of an ML model?

Roshan23R commented 9 months ago

Hi, @ashishlal2003 !! You have to come up with the best possible model, also if feature analysis is there then it's better. It could be any ML or DL model.

ashishlal2003 commented 9 months ago

Okay. Will work on it!

Roshan23R commented 8 months ago

Have you selected columns based on solar or wind energy prediction??

ashishlal2003 commented 8 months ago

Based on the dataset taken from Kaggle, the outcome is mainly for Solar energy prediction. All columns that have been selected for the model are based on the correlation plot that I have created which are closely related to the power output variable.

ashishlal2003 commented 8 months ago

@Roshan23R will a new issue be opened for the Flask backend or the details will be carried on in this issue itself?

Roshan23R commented 8 months ago

created a new issue for the same