This directory contains 4 workflows.
Decision Tree: binary classification of house ranking (high/low rank). - Create target column - Filter unnecessary columns - Split the dataset into train […]
Decision Tree: binary classification of house ranking (high/low rank). - Create target column - Filter unnecessary columns - Split the dataset into train […]
Regression Tree: predict house price. - Partition data into training and test set - Train a regression tree model - Apply the trained model to the test […]
Regression Tree: predict house price. - Partition data into training and test set - Train a regression tree model - Apply the trained model to the test […]