Support Vector Regression (SVR)

Importing the Relevant Libraries

Importing the Dataset

Declaring the Dependent & the Independent Variables

Splitting the dataset into the Training set and Test set

Feature Scaling

Training the SVR model on the Training set

Predicting the Test set results

Comparing Predicted Y with Real Y (Test Set)

Evaluating the Model Performance