For a uni project I am working on a 24-hour ahead country electricity load forecasting model.
With open source data we already created a proper dataset with time series and corresponding load, and even some other parameters.
We got a recommendation to use the darts library to predict the load from this dataset but we are a bit lost in the big amount of forecasting features it has.
We look for a method on how to evaluate and compare these features their usefulness for the project we are doing, because our machine learning knowledge is on a beginner level.
If someone with experience on darts or energy forecast modeling in general could give me some insight on how to select the right features, I would be very grateful!
We used the darts documentation. There is elaboration on each of the models but it is hard to really compare them.