Icon

Ejercicio Clase 7

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

URL: Description of the Ames Iowa Housing Data https://rdrr.io/cran/AmesHousing/man/ames_raw.html
URL: Ames Housing Dataset on kaggle https://www.kaggle.com/prevek18/ames-housing-dataset
URL: Behind the scenes of Decision Tree https://www.youtube.com/watch?v=qB8HZpwqPEg
URL: Decision Tree https://www.youtube.com/watch?v=CSwM92yTrJw
URL: Guide to Intelligent Data Science https://www.datascienceguide.org/

Nodes

Extensions

Links