train_start_offset: <integer>
(Optional)days
. This can be used to make sure the query only generates labels on data from the last train_start_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_start_offset
must be > 0
.SUM(TRANSACTIONS.AMOUNT, 0, 2, days)
) The unit of this step is the same as the unit in the aggregation.
train_start_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 |