Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Decision Tree using R - English

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

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