train_end_offset: <integer>
(Optional)days
. This can be used to make sure the query does not generate labels on data from the last train_end_offset
days. Regardless of this value, all data is used as an input to the model, but this value can help limit what labels are generated.
train_end_offset
must be > 0
.train_start_offset
, train_end_offset
should be strictly smaller.SUM(TRANSACTIONS.AMOUNT, 0, 2, days)
) The unit of this step is the same as the unit in the aggregation.
train_end_offset
will be in days
. For example, if set to 10
, the training table will only include entries from the last 10 days.
run_mode | Default Value |
---|---|
FAST | 0 |
NORMAL | 0 |
BEST | 0 |