What is the difference between LinearSVC and SVC(kernel="linear")?
The main difference between them is linearsvc lets your choose only linear classifier whereas svc let yo choose from a variety of non-linear classifiers. however it is not recommended to