Open SverreNystad opened 1 year 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
I see now that the prepare data does not work correctly. We need to split data into training and testing
Good notebook showing how to do many of the models: https://www.kaggle.com/code/dimitreoliveira/deep-learning-for-time-series-forecasting
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:
[x] Linear Regression
[x] Random Forest
[x] #13
[x] #10
[x] ARIMA (AutoRegressive Integrated Moving Average)
[x] #17
[x] #16
[ ] ETS (Exponential Smoothing State Space Model)
[x] Catboost
[x] AutoGluon
[x] SVR