Import Libraries and data set
EDA
Apply Label Encoding
Splitting data into training and testing dataset
C5.0 Entropy - Training the Model
C5.0 Entropy - Trained Model Accuracy
Plot the decision tree
Better visualization of Decision Tree
Predicting on test data
Getting the 2 way table to understand the correct and wrong predictions
C5.0 Entropy - Test Model Accuracy