Description Usage Arguments Note Examples
Performs Random Forest Classification algorithm for the target variable on the basis of given dataset Splits the given dataset into training and testing in the ratio of 80:20 respectively Also generates a confusion matrix toe predict the error of the model
1 | randForest(t, d)
|
t |
Target Variable |
d |
Dataset |
Pass the target value with '$' . Ex- dataset$target(d$t)
1 | randomForest(t,d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.