train_start_offset
model planner training parameter to defines the numerical offset from the most recent entry to use to generate training data labels, and train_end_offset
to define the numerical offset from the most recent entry to not use to generate training data labels. These model planner training parameters will effectively allow you to limit your learning interval and what labels are generated.
For example, we may want to only use training examples for customers that churned in the last year, but those customers may have 10 years of data that we will use for training the model:
train_start_offset
**and **train_end_offset
only apply to temporal queries, like those that use a temporal aggregation like SUM().