DateIndexedInput.cut#
- DateIndexedInput.cut(windows)[source]#
Cut this input into one padded window per period.
- Parameters:
- windows
EvaluationWindows The windows to cut to.
- windows
- Returns:
np.ndarrayShape
(n_periods, *dims)withdatecut towindows.max_windowand left where the model expects it, since the compiled graph reads the input by dimension order.