View source: R/SeriesAccuracy.R
DownloadSeriesAccuracy | R Documentation |
Download the series accuracy for a model, computing it if not already computed.
DownloadSeriesAccuracy(model, filename, encoding = "UTF-8")
model |
character. The model for which you want to compute Feature Impact, e.g.
from the list of models returned by |
filename |
character. Filename of file to save reason codes rows |
encoding |
character. Optional. Character string A string representing the encoding to use in the output file, defaults to 'UTF-8'. |
Nothing returned, but downloads the file to the stated filename.
## Not run:
projectId <- "5984b4d7100d2b31c1166529"
modelId <- "5984b4d7100d2b31c1166529"
model <- GetModel(projectId, modelId)
DownloadSeriesAccuracy(model, "seriesAccuracy.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.