Unsupported by algorithm.

Time-shifted features

No time-shifted features
{{ $ctrl.tables.shiftPagination.from + 1 }}-{{ $ctrl.tables.shiftPagination.to + 1 }} of {{ $ctrl.tables.shiftPagination.size }}
Feature
From forecast origin
From forecasted point
# [ ]
{{feature.from_forecast.join(', ')}}
{{feature.from_horizon.join(', ')}} {{feature.from_horizon_auto.join(', ') || 'none'}} (auto)
Auto-shifts settings
Automatically select up to {{ $ctrl.autoShiftsParams.max_selected_horizon_shifts }} values per feature.
Past only features from {{ $ctrl.autoShiftsParams.min_horizon_shift_past_only }} to {{ $ctrl.autoShiftsParams.max_horizon_shift_past_only }} {{ $ctrl.prettyTimeUnit($ctrl.modelData.coreParams.timestepParams.timeunit) | plurify: (maxHorizonShiftPastOnly - minHorizonShiftPastOnly) }} from forecasted point.
Known in advance features from {{ $ctrl.autoShiftsParams.min_horizon_shift_known_in_advance }} to {{ $ctrl.autoShiftsParams.max_horizon_shift_known_in_advance }} {{ $ctrl.prettyTimeUnit($ctrl.modelData.coreParams.timestepParams.timeunit) | plurify: (maxHorizonShiftKnownInAdvance - minHorizonShiftKnownInAdvance) }} from forecasted point.

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
Aggregation methods
# [ ]
{{operation.operation | displayTimeseriesWindowOperation}}