You are on page 1of 1

Contents

Introduction ........................................................................................................................................... 1
1. Definition of the Business Problem ............................................................................................... 1
2. Data ................................................................................................................................................ 1
3. Methodology and Implementations ............................................................................................... 2
3.1. Data visualization and preprocessing .................................................................................... 2
3.2. Data Processing ...................................................................................................................... 8
3.3. Machine learning algorithms implementation .................................................................... 10
3.3.1. Naive Bayes Classifier .................................................................................................. 10
3.3.2. Decision Tree Classifier ................................................................................................ 12
3.3.3. Support Vector Machine (SVM) .................................................................................. 15
3.3.4. K Nearest Neighbors (KNN) ........................................................................................ 17
3.3.5. Random Forest Classifier ............................................................................................. 20
3.3.6. Logistic Regression Classifier ...................................................................................... 23
4. Discussion and Results ................................................................................................................. 25
5.2. Comparison of the performance of the different classifiers .................................................... 26
5. Conclusion.................................................................................................................................... 26

You might also like