This is an internal function that builds the classifier model
1 | build_model(classifier, train, ...)
|
classifier |
a string, takes the name of the classifier.Currently supported classifiers are 'rf' - Random forest 'lrm' - Logistic regression 'CART' - Classification tree 'knn' - K-Nearest Neighbors |
train |
a dataframe. Contains the train dataset |
... |
optional additional arguements for the classifer |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.