-
Notifications
You must be signed in to change notification settings - Fork 311
Description
I have had the experience (and have heard from a few others that they had the same) of wishing the book had a single easy-to-find-and-reference section that includes one (or ideally several different) entire example with a workflow (recipe and model), resampling, tuning, evaluation, comparison, and application to new data. Reading the chapters sequentially does a nice job of building in complexity and adding different parts of the tidymodels ecosystem. But when I want to come back later for a reference, it is really hard and annoying to find a complete example. I suggest/request putting something like this in Appendix B and calling it something like "Putting it all together" with several examples of annotated code and maybe even interpretation. This would be a chance to show the whole thing in a more deployed (as opposed to pedagogical) setting. I think that {usemodels} does a decent job of helping get parts of the syntax down, but it doesn't include all steps in the process and doesn't include example interpretation.