https://app.dataquest.io/m/213/guided-project%3A-predicting-bike-rentals/7/next-steps
Hi team,
Just a couple of things I would appreciate a feedback on please for the recommended solution to the Guided Project: Predicting Bike Rentals:
- Shouldn’t we also drop instant (being just an identifier that would add minimal value to the model) and hr (as we have already transformed it to time_label) columns from the predictors list?
- I assume we could have used RMSEs of each model instead of MSEs to compare the models?
Thanks