In this lab, you’ll use scikit-learn to code a decision tree, and fit it to a small dataset of App Recommendations.

In this lab, you’ll use scikit-learn to fit a decision tree to a dataset, and plot the decision boundary.

In this lab, you’ll use scikit-learn to fit a regression decision tree to a dataset, and plot the boundary.

In this lab, you’ll use scikit-learn to build a decision tree which predicts if a student will be admitted to a university.