How can one identify whether the samples are linearly separable or not before applying a binary classifier? (or) when should I opt for linear SVM and non linear SVM?
In one of my works, I applied linear SVM and kernel SVM for the same dataset. Kernel SVM performs better in terms of accuracy. Does it mean that Dataset is not linearly separable?