Sklearn implementation of SVC is based on libsvm. The fit time complexity is more than quadratic with the number of samples which makes it hard to scale to dataset with more than a couple of 10000 samples.
Machine Learning A-Z
Thoughts and flashcards derived from Udemy’s course Machine Learning A-Z.