Loading [MathJax]/extensions/Safe.js

Linear Regression

Load the data

Data Preparation

Data Segregation

Model Evaluation

Observations

The linear regression had a better performance than the Naive and Dummy baseline. The coefficients of the linear regression indicate the effect of each variable on the target variable. For example, the variable humidity (hum) had a coefficient of -202, which means that the variable is negatively correlated to the number of bike rentals. This indicates that the higher the humidity, the lower the bike rentals.