Closed leem44 closed 3 years ago
cancer %>% pull(Class) %>% levels
~Warning message:
“`step_upsample()` is deprecated as of recipes 0.1.13.
Please use `themis::step_upsample()` instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.”
From #146 regarding the first figure in this chapter
Probably for the chapter review (add this to the issue for that?) - it would be good to improve this figure to show how the key measurements we focus on in the chapter (e.g., concavity and perimeter) are extracted from this image.
~From that same PR, regarding the text around the loading the data and variable descriptions area~
~> I think we now introduce and discuss factors in wrangling and then use them more heavily in the viz chapter (is this correct @leem44 ?) and so we can lighten up the discussion of them here now?~
Also, I see we introduce pull here... is this the best place, or should we introduce this in the wrangling chapter? What do you think @leem44 ?
- ML: adding this to https://github.com/UBC-DSCI/introduction-to-datascience/issues/103
From #146 comment by @ttimbers : need more informative axis labels in figures. The variables we have are the mean values across cells in a tissue sample.
However, I worry a bit that changing the axis labels will make the examples more confusing (because the new axis labels should be something like Mean Concavity
(for example)).
I will make this same comment in the chapter-specific edits thread for classification 2.
Also Tiffany's comments on classification here : #92
All of these are done or made into new issues
Reviewer E: