Created
March 24, 2020 19:24
-
-
Save Alakhator/52735c2deda2e508788041c1ad5e60cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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