View source: R/SeriesAccuracy.R
RequestSeriesAccuracy | R Documentation |
Note that you can call GetSeriesAccuracy
without calling this function, and the
series accuracy will be requested automatically.
RequestSeriesAccuracy(model)
model |
character. The model for which you want to compute Feature Impact, e.g.
from the list of models returned by |
Job ID for the async job associated with the computation.
## Not run:
projectId <- "5984b4d7100d2b31c1166529"
modelId <- "5984b4d7100d2b31c1166529"
model <- GetModel(projectId, modelId)
jobId <- RequestSeriesAccuracy(projectId, modelId)
WaitForJobToComplete(projectId, jobId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.