ml_drought icon indicating copy to clipboard operation
ml_drought copied to clipboard

init commit forecast engineer ...

Open tommylees112 opened this issue 4 years ago • 0 comments

Create an engineer for specifically dealing with forecast data:

This takes the forecast variables for the target timestep and the target variables for all previous timesteps (not the target timestep).

This produces a dataset:

        t-3  t-2  t-1  t=0   |  y (t=0)
        --------------------------------
        X Y  X Y  X Y  fcast |  Y
                             |  Y

tommylees112 avatar Sep 10 '20 09:09 tommylees112