UBC-DSCI / introduction-to-datascience

Open Source Textbook for DSCI100: Introduction to Data Science in R
https://datasciencebook.ca/
Other
51 stars 56 forks source link

Missing data #11

Closed ttimbers closed 1 year ago

ttimbers commented 5 years ago
trevorcampbell commented 1 year ago

I agree completely. And I think there's a really nice place to put this material in the book -- in the data preprocessing section in Classification I. This works well because tidymodels does imputation as a recipe step:

https://recipes.tidymodels.org/reference/index.html

So we can cover it in the same place we cover other recipe steps (standardization, balancing)

Edit: I just realized this issue is 4 years old. Number 11! How is this still open :-)