View source: R/ModelRecommendations.R
GetRecommendedModel | R Documentation |
See GetModelRecommendation
for details.
GetRecommendedModel(project, type = RecommendedModelType$FastAccurate)
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. |
type |
character. The type of recommendation to retrieve. See
|
The model object corresponding with that recommendation
## Not run:
projectId <- "5984b4d7100d2b31c1166529"
GetRecommendedModel(projectId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.