data science with r - capstone project coursera week 2 answers

Checkpoints

1. Have you standardized column names to be all uppercase and use underscore to separate words?

  • Yes
  • No

2. Have you removed undesired Wiki reference links `[ ]`?

  • Yes
  • No

3. Have you extracted only the numeric bike count?

  • Yes
  • No

4. Have you handled missing values for `RENTED_BIKE_COUNT` and 'TEMPERATURE` variables?

  • Yes
  • No

5. Have you created indicator (dummy) variables for all categorical variables?

  • Yes
  • No

6. Have you normalized all numeric variables with min-max scaling?

  • Yes
  • No

Leave a Reply