View source: R/TrainingPredictions.R
GetTrainingPredictionsForModel | R Documentation |
Training predictions are the internal out-of-fold predictions for data that was used to train the model. These predictions are especially useful for creating stacked models or blenders.
GetTrainingPredictionsForModel(model, dataSubset = "all", maxWait = 600)
model |
dataRobotModel. The model to get training predictions for. |
dataSubset |
character. What data subset would you like to predict on?
Possible options are included in
|
maxWait |
integer. The maximum time (in seconds) to wait for the model job to complete. |
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
modelId <- "5996f820af07fc605e81ead4"
model <- GetModel(projectId, modelId)
trainingPredictions <- GetTrainingPredictionsFromModel(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.