wjakethompson / tidyds-2021

A 5-day workshop introducing the tidyverse and tidymodels for data analysis.
https://tidyds-2021.wjakethompson.com
Creative Commons Attribution 4.0 International
2 stars 2 forks source link

improvements for next time #12

Open wjakethompson opened 3 years ago

wjakethompson commented 3 years ago

instead of using initial_split(), fit(), and predict(), consider using validation_set(). Then we can move directly to fit_resample() and collect_metrics().

wjakethompson commented 3 years ago

classification slides jump around a lot from model to model.

beginning of slides is focused on regression - should move to prediction