Bike Count Predictions using Boosted Decision Tree- Gowtham Paimagam
Devised a model to predict the count of bikes rented on a particular day
For Linear Regression MSE - 111
R^2 - 0.62
For Boosted Decision Tree MSE - 49
R^2 - 0.84
So, in this case Boosted Decision Tree is performing way better than Linear Regression.