Time-shifted features

No time-shifted features
{{ $ctrl.tables.shiftPagination.from + 1 }}-{{ $ctrl.tables.shiftPagination.to + 1 }} of {{ $ctrl.tables.shiftPagination.size }}
Feature Name
From forecast origin
From forecasted point
# [ ]  {{feature.feature_name.toString()}}
{{feature.from_forecast.toString()}}
{{feature.from_horizon.toString()}}

Aggregated features

No aggregated features
Rolling window:
{{ window.shift-window.length }} to {{ window.shift }} {{ $ctrl.prettyTimeUnit($ctrl.modelData.coreParams.timestepParams.timeunit) | plurify: (window.shift > 0 ? window.shift : -window.shift) }} from forecast origin forecasted point
{{ $ctrl.tables.windowsPaginations[windowIndex].from + 1 }}-{{ $ctrl.tables.windowsPaginations[windowIndex].to + 1 }} of {{ $ctrl.tables.windowsPaginations[windowIndex].size }}
Feature Name
Aggregation methods
# [ ]  {{feature.feature_name.toString()}}
{{operation.operation | displayTimeseriesWindowOperation}}