Skip to content

Instantly share code, notes, and snippets.

@isaacarroyov
Created January 11, 2022 16:02
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 isaacarroyov/18bd5da895d0f2c8e9505d306929b3c8 to your computer and use it in GitHub Desktop.
Save isaacarroyov/18bd5da895d0f2c8e9505d306929b3c8 to your computer and use it in GitHub Desktop.
from sklearn.svm import SVC
svm = SVC(kernel='rbf', gamma= 0.1, C = 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment