Now you're going to test the model you developed yesterday using trips from 2014 with data from 2015.
- Write a new file called
test_citibike_predictions.Rmdthat loads in the new trips_per_day_2015.csv and weather_2015.csv files along with your saved model (from yesterday's.Rdatafile), and predicts the number of trips for each day. If you used any other data for your model, make sure to include code that downloads and incorporates that data as well. - Compute the RMSE between the actual and predicted trips for 2015 and compare the results to what you found with cross-validation on the 2014 data.