This project is a binary classification problem. I have used three machine learning models here:
- Logistic Regression
- KNeighbors Classifier (K=20)
- Naive Bayes
Feel free to use this code to your advantage.
- Retreiving data
- Preparing data
- Exploratory Data Analysis (EDA)
- Data modelling
- Choosing the best model
This is a Jupyter Notebook file so you must have Jupyter Notebook installed.
Also download the student-data.csv and edit the path to this .csv file in the code.