Description Usage Arguments Value Examples
Creates a 'sumcat' class object that when summary is called the models for each type: Random Forest, Logistic Regression, LDA, SVM.
1 |
formula |
A formula statement |
data |
A categorical data set specified by the user |
test_data |
If user has already made a test data-set they may input it to allow the plot function to work, otherwise a test and training set will be created. |
A list object that contains the ensemble of models
1 2 3 | #Create a sumcat object
sumcat <- model_cat(Potability ~ ., water_potability, water_test)
sumcat
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.