GetSeriesAccuracy {datarobot}R Documentation

Get the computed series accuracy for a model, computing it if not already computed.

Description

Get the computed series accuracy for a model, computing it if not already computed.

Usage

GetSeriesAccuracy(model, maxWait = 600)

Arguments

model

character. The model for which you want to compute Feature Impact, e.g. from the list of models returned by ListModels(project).

maxWait

integer. How long (in seconds) to wait for series accuracy computation before raising a timeout error? Default 600.

Value

data.frame with items:

Examples

## Not run: 
  projectId <- "5984b4d7100d2b31c1166529"
  modelId <- "5984b4d7100d2b31c1166529"
  model <- GetModel(projectId, modelId)
  seriesAccuracy <- GetSeriesAccuracy(model)

## End(Not run)

[Package datarobot version 2.18.6 Index]