Week 01 Quiz Answers
Quiz: Checkpoints
Q1. Have you web scraped and extracted bike-sharing systems as a data frame from
the global Bike-sharing Systems Wiki page?
Q2. Have you collected weather forecast data for a list of cities using
OpenWeather API?
3. Have you downloaded other relevant data sets from cloud storage?
Week 02 Quiz Answers
Quiz: Checkpoints
Q1. Have you standardized column names to be all uppercase and use underscore to
separate words?
Q2. Have you removed undesired Wiki reference links `[ ]`?
3. Have you extracted only the numeric bike count?
4. Have you handled missing values for `RENTED_BIKE_COUNT` and ‘TEMPERATURE`
variables?
5. Have you created indicator (dummy) variables for all categorical variables?
6. Have you normalized all numeric variables with min-max scaling?
Week 03 Quiz answers
Quiz: Checkpoints
Q1. Have you created a Db2 database asset in your IBM Watson Studio project?
Q2. Have you loaded four datasets into Db2 Tables?
3. Have you used SQL queries with the RODBC R package to perform EDA?
4. Have you loaded the SEOUL BIKE SHARING dataset in R and cast some data types?
5. Have you used TidyVerse to perform statistical analysis on the data?
6. Have you used ggplot2 to discover patterns in your data through
visualization?
Week 04 Quiz Answers
Quiz: Checkpoints
Q1. Have you built a baseline regression model with only weather-related
variables?
Q2. Have you built a baseline regression model with all variables?
3. Have you evaluated and compared model performance using RMSE and R-squared
metrics?
4. Have you built at least five refined models using polynomial terms,
interaction terms, and regularization?
5. Have you evaluated and visualized their RMSE and R-squared metrics using a
grouped bar chart
?
6. Have you selected the best-performing model and visualized its Q-Q plot?
Week 05 Quiz Answers
Quiz: Checkpoints
Q1. Have you created an R Shiny app with a basic max bike prediction overview
map using leaflet?
Q2. Have you added a select input (dropdown) to select a specific city to the R
Shiny app?
3. Have you added a static temperature trend line to the R Shiny app?
4. Have you added an interactive bike-sharing demand prediction trend line to
the R Shiny app?
5. Have you added a static humidity and bike-sharing demand prediction
correlation plot to the R Shiny app?