Chapter 3 - Ensemble Methods
Lab 1: App Recommendations with scikit-learn
In this lab, you’ll use scikit-learn to code a decision tree, and fit it to a small dataset of App Recommendations.
Lab 2: Graphical Example
In this lab, you’ll use scikit-learn to fit a decision tree to a dataset, and plot the decision boundary.
Lab 3: Regression Decision Trees
In this lab, you’ll use scikit-learn to fit a regression decision tree to a dataset, and plot the boundary.
Lab 4: University Admissions with scikit-learn
In this lab, you’ll use scikit-learn to build a decision tree which predicts if a student will be admitted to a university.