Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

kaggle.com/c/bike-sharing-demand use your R 1.

.kaggle.com/c/bike-sharing-demand

use your R

1. Build a linear model to forecast number of total rentals (count) using potential predictors, season, holiday, workingday, weather, atemp, and registered.

2. Perform best subset selection using bestglm() function based on BIC. What's the best model based on BIC?

3. Compute the test error of the best model based on BIC using LOOCV.

4. Calculate the test error of the best model based on BIC using 10-fold CV.

5. Perform best subset selection using bestglm() function based on CV. What's the best model based on CV?

6. Perform the backward stepwise selection using stepAIC() function. What's the best model?

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question