Grid Search

Perform the grid search to explore the best parametric values for our model.

We'll cover the following

The results in the previous lesson didn’t turn out to be good, and our model predicts all false results but can’t predict the ones that are true. SVM can do much better, even better than logistic regression and KNN in most of the cases. Let’s try the grid search and see if we can get an improved model. Now, another thing we need to explore is finding the best value of C and gamma parameters.

Get hands-on with 1200+ tech skills courses.