| DataSubset {datarobot} | R Documentation |
Data subset for training predictions
Description
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.
Usage
DataSubset
Format
An object of class list of length 4.
Details
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.
[Package datarobot version 2.18.6 Index]