DataSubset | R Documentation |
This is a list that contains the valid values for the dataSubset
parameter
found in RequestTrainingPredictions
. If you wish, you can specify
dataSubset
using the list values here.
DataSubset
An object of class list
of length 4.
For All
, all available data is used.
For ValidationAndHoldout
, only data outside the training set is used.
For Holdout
, only holdout data is used.
For AllBacktests
, data is used from all backtest validation folds. This requires
the model to have successfully scored all backtests. Backtests are available on datetime
partitioned projects only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.