Support Vector Regression

Load the data

Data Preparation

*Note: a PCA was performed in the model evaluation section when generating the pipeline

Data Segregation

Model Evaluation

Support Vector Regression with linear kernel (no tuning)

Support Vector Regression with hyperparameter tuning

Observations

Both Support Vector Machine Regression models had a better performance than the Naive and Dummy baseline. The model with hyperparameter tuning had the highest performance of all the models. This means that this is the model that predicted with a highest robustness the number of bike rentals.