Doubt in question 9 of quiz

in SVM one vs one sir told that we use this method for the large dataset and this method has O(N2) time complexity. so how the answer is small dataset plz explain.

Hey @Jan19LPN0013, the question is

The minimum time complexity for training an SVM is O(n2). According to this fact, what sizes of datasets are not best suited for SVM’s?

And the answer to this question is Large datasets. Since the question is asking which size of datasets are not suited for svm, reason being the computation time complexity will be more in large dataset cases.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush: