openclimatefix / pv-solar-farm-forecasting

Forecasting for individual solar farms
MIT License
0 stars 0 forks source link

[Meta] Solar Farm Forecasting Steps #4

Closed jacobbieker closed 1 year ago

jacobbieker commented 1 year ago

There are three overall stages for creating the new forecasting models on the solar farm data:

  1. Data Exploration, and plotting some simple plots of the raw and resampled data (#1 )
  2. Creating the data loading datapipes for loading the raw data into OCF models (#2)
  3. Training the models, and plotting the results and comparisons (#3)

These should be tackled consecutively, so all the data exploration done and plotted before starting to make the datapipe, and fully finish the datapipe before starting to train models