carpentries-incubator / high-dimensional-stats-r

High-dimensional statistics with R

Home Page:https://carpentries-incubator.github.io/high-dimensional-stats-r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tidymodels is missing from the setup instructions

hannesbecher opened this issue · comments

In episode 3 - regularised regression, there is a callout (the last one) which requires tidymodels. But this package is not part of the setup instructions.

I was going to send a pull request with tidymodels added to the file dependencies.csv mentioned in the setup code: https://carpentries-incubator.github.io/high-dimensional-stats-r/setup.html but I cannot figure out where this file is located.

tl;dr: it's fine imo, the tidymodels code is too long to go through in detail, it's just meant to be there to show people that the framework exists. It could be ignored or even removed.

  1. The tidymodels code doesn't need to run, so tidymodels doesn't need to be in the setup instructions. I added the tidymodels code because a couple of the curriculum review committee members said they felt we should be using tidymodels instead of glmnet directly.
  2. dependencies.csv is here BUT
  3. dependencies.csv is made as part of the make site recipe here which finds dependencies using this function

Alright. Thanks v much for the info! I close this issue then.

Cheers! Sorry about the complexities of the layout, I'll write a quick wiki some time in the next couple weeks as a reference doc, before hopefully splitting this repo up so it's a bit easier to manage