-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quartz-Solar-Forecast_demo #87
Comments
Hi @weiyang22 thats great to use that free data. And that looks really cool whats your done with various models.
We've got some specific data that we've used, but admitely its not in an easy to use csv. Perhaps that could be a task for someone. The pv data is here and the NWP data is here. |
Thank you very much for your compliment. 1、In this dataset, the best models are likely those utilizing LSTM_CNN and LSTM_CNN_Attention architectures, as they demonstrate the best fit between predicted and actual results. In my opinion, factors affecting solar energy generation in real life include: 1、The efficiency of solar panels (which decreases with installation). The predictive code in the community utilizes metrics like clear sky irradiance. Therefore, effective preprocessing and feature engineering of the raw data will significantly enhance prediction accuracy. Additionally, factors like latitude and longitude might not be crucial. I'm eager to contribute to the community's efforts and assist in optimizing this work. |
Sounds great! Let us know any questions you have to get started |
Detailed Description
Given the absence of specific data for the model, I proceeded to predict photovoltaic power generation by leveraging preprocessing and feature engineering techniques using data retrieved from https://dkasolarcentre.com.au/download?location=alice-springs.
This demonstration encompasses four distinct models: LSTM, LSTM+CNN, LSTM+CNN+Attention, and RNN.
Context
In this demo, extracting strongly correlated features from cleaned data after data preprocessing will yield a better prediction performance. In community projects, I believe that data preprocessing and feature engineering are crucial aspects. How to clean and merge features from different datasets through data preprocessing operations in PSP will be a key point for the "Add other model architectures to Open Quartz Solar" project.
Possible Implementation
https://github.com/weiyang22/Open-Source-Quartz-Solar-Forecast/blob/main/Quartz-Solar-Forecast_demo.ipynb
The text was updated successfully, but these errors were encountered: