Data Science (Python) :: Support Vector Regression (SVR)

Sunil Kumar SV
1 min readJun 30, 2017

--

Intention of this post is to give a quick refresher (thus, it’s assumed that you are already familiar with the stuff) of SVR-Support Vector Regression (using Python). You can treat this as FAQ’s as well.

What kind of linear regression is Support Vector Regression?

Non-linear regression

*************************************************

Does SVR class do feature scaling internally?

No, it doesn’t and thus, we need to explicitly do feature scaling whenever we are using SVR.

*************************************************

Sample code for implementing SVR

from sklearn.svm import SVR
var_regressor = SVR(kernel = ‘rbf’)
var_regressor.fit(X, y)

Next :- Data Science (Python) :: Decision Tree Regression

Prev :- Data Science (Python) :: Polynomial Linear Regression

If you liked this article, please hit the ❤ icon below

--

--

Sunil Kumar SV

#ProductManager #TechEnthusiast #DataScienceEnthusiast #LoveToSolveProblemsUsingTech #Innovation