Half-Day Online Pilot Workshop on AutoDock4 on 9 August 2024, 2:00 pm to 5.30 pm. Click here to register.

Decision Tree using R - English

86 visits



Outline:

Decision Tree using R About decision tree. Advantages of decision trees. Application of decision trees. Practical implementation of decision trees in R. Construct a decision tree using iris data. Use rpart package to construct a decision tree. Use the model to predict the class of species. Tabulates the results by comparing the predicted species with the actual species. Plot the results of the decision tree model. Disadvantages of decision trees.