View source: R/RequestPrimeModel.R
RequestPrimeModel | R Documentation |
Training a model using a ruleset is a necessary prerequisite for being able to download the code for a ruleset.
RequestPrimeModel(project, ruleset)
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. |
ruleset |
list. A list specifying ruleset parameters (see GetRulesets) |
job Id
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
modelId <- "5996f820af07fc605e81ead4"
rulesets <- GetRulesets(projectId, modelId)
ruleset <- rulesets[[1]]
RequestPrimeModel(projectId, ruleset)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.