This function takes a test dataset and fits our CART Classification Tree model and Logistic Regression GLM model to the given set.
1 | TrainModels(train)
|
train |
The dataset you would like to train models on, if goal is prediction must use Split() ahead of time so model is naive to test observations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.