Plot the tree and read it using fancyRpartPlot()
This exercise is part of the course
Supervised machine learning with classification trees.
Current Exercise
Supervised machine learning with regression trees.
In this chapter, we will present Bagged Trees, an ensemble method, that uses a combination of trees (instead of only one).
In this chapter, we will present the Random Forest algorithm, another ensemble method, which is a modified version of bagging (with decision trees). Here you'll learn how to train, tune and evaluate Random Forest models in R.
In this chapter, we will present the boosting methodology with a focus on the Gradient Boosting Machine (GBM) algorithm, another popular tree-based ensemble method. Here you'll learn how to train, tune and evaluate GBM models in R.