This project implements the following algorithms and presents a comparison:
- Linear Regression
- Logistic Regression
- SVM
- K Neighbours
- Random Forest Classifier
- Decision tree
Dataset: Please check out this link for dataset information.
This project was carried for the course 'Data Mining (Fall-2021)' at the National University of Sciences & Technology (NUST) Islamabad. Description of files:
Full_Project: Script implemented the above algorithms in a single place.
KMeans: To separate this algorithm and perform some other tests, this script serves the purpose. Contains runned cell with outputs.
LogReg: Implements Logistic Regression
Project_Visualization: To consolidate the project visuals in a single file, this script contains all the images.
The Presentation file is also preseneted.