Skip to content

Instantly share code, notes, and snippets.

@sergioprates
Created June 30, 2019 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergioprates/045eb669e4aef4e4f01f9c91c6da9f39 to your computer and use it in GitHub Desktop.
Save sergioprates/045eb669e4aef4e4f01f9c91c6da9f39 to your computer and use it in GitHub Desktop.
from sklearn.svm import LinearSVC
clf = LinearSVC(C=10, random_state=0)
clf.fit(X_train, y_train)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment