tidymodels / broom

Convert statistical analysis objects from R into tidy format
https://broom.tidymodels.org
Other
1.45k stars 303 forks source link

Column names: tidy() #455

Closed alexpghayes closed 3 years ago

alexpghayes commented 6 years ago

This issue thread is for proposals for column names changes. Please read #452 before commenting.

alexpghayes commented 6 years ago

Existing column names (this is fairly complete, but not perfect -- it was scraped from the \value{} section of .Rd files)

alexpghayes commented 6 years ago

Some current conflicts I am aware of for tidy() (some of these not in the list above):

It seems like there's also some redundancy in column names that describe "percent of variance" explained type information.

copernican commented 5 years ago

nzero is used by cv.glmnet(). The description above is "number of coefficients that are exactly zero for given lambda." I think this may be reversed. The documentation for cv.glmnet() states that this is actually the "number of non-zero coefficients at each lambda." If you agree (and if appropriate), I am happy to file an issue in modeltests instead, or to submit a PR.

alexpghayes commented 5 years ago

A PR or an issue would be ideal!

github-actions[bot] commented 3 years ago

This issue has been automatically closed due to inactivity.

github-actions[bot] commented 3 years 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.