Tuning Support Vector Machine in Python

preview_player
Показать описание
The support-vector machine is one of the most popular classification algorithms. The SVM approach to classifying data is elegant, intuitive and includes some very cool mathematics.
SVM also has some hyper-parameters (like what C or gamma values to use) and finding optimal hyper-parameter is a very hard task to solve.
But it can be found by just trying all combinations and see what parameters work best.
I demonstrated how to use GridSearchCV searching method to find optimal hyper-parameters and hence improve the accuracy/prediction results.
Рекомендации по теме