ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Decision Tree using R - English

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute

This is a sample video. To access the full content,
please Login

418 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.