This repo is used for the Math for AI term project
Students: Andy, Lalit, Aparna, Ali, Damir, Jordan, Iva, Varsha Jaikrishnan
Submission Name: MathAI_Term_Project
- Obtain a large classification database
- Perform EDA of the dataset
- Pre-process and clean the dataset
- Use following approaches for classification of the dataset:
A. Logistic Regression
B. Decision Tree
C. Random Forest
D. SGD
E. SVM - Use GridSearchCV to tune the parameters of each of the above models
- Re-evaluate the models by removing some features
- Python script in a jupyter notebook file (
.ipynb) - Report File (
.pdf)