Translations:Large Scale Machine Learning (Big Data)/49/en

From Alliance Doc
Jump to navigation Jump to search

model_sk = SVC(kernel='rbf') #sklearn's SVM fit-time scales at least quadratically with the number of samples... this will take a loooong time.