Description Usage Arguments Value
There can only be one function defined that contains the string "train". Similarly there can only be one such function containing "predict". If this condition is not met, this function will throw an error.
1 | parse_custom_classifier(provided_env, type)
|
provided_env |
environment. The environment the classifier was loaded from. |
type |
character. The keyword for the classifier. |
a list containing keys "train" and "predict" indicating the train and predict functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.