Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created March 24, 2020 19:24
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 Alakhator/52735c2deda2e508788041c1ad5e60cf to your computer and use it in GitHub Desktop.
Save Alakhator/52735c2deda2e508788041c1ad5e60cf to your computer and use it in GitHub Desktop.
from sklearn.svm import SVR
regressor = SVR(kernel = 'rbf')
regressor.fit(X, y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment