tidymodels / TMwR

Code and content for "Tidy Modeling with R"
https://tmwr.org
Other
579 stars 272 forks source link

potentially confusing labeling in exploration page? #356

Closed bbolker closed 1 year ago

bbolker commented 1 year ago

I'm not sure if this is the right venue for reporting issues/queries with https://www.tidymodels.org/find/parsnip/ ; if not, please let me know where it should go instead ...

Under "explore model arguments", if I type "random" into the search box, that restricts the search to random forest only. Under the "engine" heading, it lists "randomForest" only, with tuning parameters "mtry", "ntree", and "nodesize". If I enter "ranger" for the engine, no entries are found. I assume based on the ranger documentation that these tuning parameters correspond to "mtry", "num.trees", and "min.node.size" respectively (ranger also has a "max.depth" tuning parameter that I assume is complementary to "min.node.size"). (I can draw similar conclusions by going to the ranger details page

Am I missing/misinterpreting something, or should I assume that there is a backend database somewhere that is missing the correspondences for "ranger"? (I would be happy to take a shot at updating such a database, although it might be easier for someone with more knowledge of the ecosystem ...)

bbolker commented 1 year ago

Reposting this at https://github.com/tidymodels/tidymodels.org/issues/278, which seems more appropriate

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.