Icon

Chapter8_​Decision_​and_​Regression_​Trees

This directory contains 4 workflows.

IconDecision_​Tree_​Exercise 

Decision Tree: binary classification of house ranking (high/low rank). - Create target column - Filter unnecessary columns - Split the dataset into train […]

IconDecision_​Tree_​Solution 

Decision Tree: binary classification of house ranking (high/low rank). - Create target column - Filter unnecessary columns - Split the dataset into train […]

IconRegression_​Tree_​Exercise 

Regression Tree: predict house price. - Partition data into training and test set - Train a regression tree model - Apply the trained model to the test […]

IconRegression_​Tree_​Solution 

Regression Tree: predict house price. - Partition data into training and test set - Train a regression tree model - Apply the trained model to the test […]