SverreNystad / power-predictor

Using Machine Learning for time series forecasting of photovoltaic measurement for solar systems based on weather features
Other
6 stars 2 forks source link

Models we should test #9

Open SverreNystad opened 9 months ago

SverreNystad commented 9 months ago

As part of our ongoing efforts to improve the performance and accuracy of our predictive models, we need to evaluate a variety of machine learning and deep learning algorithms. Here's a list of models we should consider testing:

SverreNystad commented 9 months ago

All models implemented only take in data from location A. We need to add the location data. We can not just fit the model over new data as this will overwrite old fitting as if it did not fit it. https://chat.openai.com/share/afad6b86-77fa-417a-ae02-89b0fb95cf13 This link can give more insight

SverreNystad commented 9 months ago

I see now that the prepare data does not work correctly. We need to split data into training and testing

SverreNystad commented 9 months ago

Good notebook showing how to do many of the models: https://www.kaggle.com/code/dimitreoliveira/deep-learning-for-time-series-forecasting