Hi,
I am having an assignement in my class.
I am creating a predictive model for bike usage of the dataset from the bixi
https://www.bixi.com/en/page-27
we have to create a model that predict the usage of the bike, so we have to predict the number bike user per hour and have been given some dataset.
1. bike usage (from bixi)
2. temperature dataset
I have created the model below for prediction.
I have added attached a sample of the dataset as the input of the model (a blended dataset from bix and temprature file).
The problem is that the model created is predicting negative values while it shouldn't (the nomber of passenger cannot be negative!!)
Any help, thanks!