Automatically select up to
values per feature within the following ranges:
Past only features
to
{{ prettyTimeUnit(mlTaskDesign.timestepParams.timeunit) | plurify: (maxHorizonShiftPastOnly - minHorizonShiftPastOnly) }} from forecasted point
Known in advance features
to
{{ prettyTimeUnit(mlTaskDesign.timestepParams.timeunit) | plurify: (maxHorizonShiftKnownInAdvance - minHorizonShiftKnownInAdvance) }} from forecasted point
The automatic mode is designed to identify and select the most impactful shifts (or lags) for each feature based on its relevance to the target variable.
Read the documentation to learn more.