Project 3 : Spam detection App
Determine the best Classification model.**
We do this by Using the following ML models and hypertunning the models:
- KNN
- Find best K value
- create pipeline and cross validated
- Fit the model with a range of K values
- Model prediction
- Logistic Regression
- create pipeline and cross validated
- Model prediction
- SVM
- Find initial SVC
- Then grid search prams(Find best parameters)
- Pipeline cross validated
- Fit model with a range of parameters
- Model Prediction
- Random Forests
- Grid search prams(Find best parameters)
- Pipeline cross validated
- Fit model with a range of parameters
- Model Prediction
