Skip to content

change for upcoming parsnip release requiring a single penalty value #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2021

Conversation

topepo
Copy link
Member

@topepo topepo commented May 12, 2021

@@ -83,11 +83,11 @@ Once the details of the model have been specified, the model estimation can be d
The `translate()` function can provide details on how `r pkg(parsnip)` converts the user's code to the package's syntax:

```{r models-lin-reg-trans}
linear_reg() %>% set_engine("lm") %>% translate()
linear_reg(penalty = 1) %>% set_engine("lm") %>% translate()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to show a penalty for lm? Probably not?

@juliasilge juliasilge merged commit 0775ef5 into master May 14, 2021
@juliasilge juliasilge deleted the glmnet-penalty branch May 14, 2021 19:40
@github-actions
Copy link

This pull request 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.

@github-actions github-actions bot locked and limited conversation to collaborators May 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants