Learn R Programming

datarobot (version 2.8.0)

GetTrainingPredictions: Retrieve training predictions on a specified data set.

Description

Retrieve training predictions on a specified data set.

Usage

GetTrainingPredictions(project, predictionId)

Arguments

project

character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier.

predictionId

character. ID of the prediction to retrieve training predictions for.

Examples

Run this code
# NOT RUN {
  projectId <- "59a5af20c80891534e3c2bde"
  predictions <- ListTrainingPredictions(projectId)
  predictionId <- predictions[[1]]$id
  trainingPredictions <- GetTrainingPredictions(projectId, predictionId)
# }

Run the code above in your browser using DataLab