In this we will learn from scratch how to implement decision tree using python. We will solve one classification problem and build the model from scratch. Following are the points we will be covering in this post:
Exploratory Data Analysis – EDA
Data Visualization
Data Pre-processing
Data Spliting- Stratified Sampling
Oversampling – SMOTE
Model Training
Fine Tuning
Hyper parameter Tuning
