Decision Tree
Decision Tree: binary classification of house ranking (high/low rank).
- Create target column
- Filter unnecessary columns
- Split the dataset into train and test set
- Train and apply the model
- Evaluation
Decision Tree: binary classification of house ranking (high/low rank).
- Create target column
- Filter unnecessary columns
- Split the dataset into train and test set
- Train and apply the model
- Evaluation