Skip to content

Where to learn more about reduction with sliding windows for time-series? #4489

Answered by fkiraly
ForceBru asked this question in Q&A
Discussion options

You must be logged in to vote

Could someone please recommend some papers or maybe textbooks that explain what reduction is

I think the reference for "reduction" in the context of forecasting and ML, specifically the sliding window tabluation strategies, is indeed the Bontempi paper.

In sktime, we use it slightly more generally, in that it is a composition where one estimator of a certain type is used to solve a problem of a different type, e.g., a supervised regressor is used for forecasting as part of an algorithm that can call the regressor interface.

For this more general concept, you can have a look at our 2019 and 2020 papers, or also "Designing Machine Learning Toolboxes: Concepts, Principles and Patterns" (20…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ForceBru
Comment options

@fkiraly
Comment options

Answer selected by ForceBru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
2 participants