Skip to content

Fix documentation of available engines for multinom_reg() #433

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
Feb 23, 2021

Conversation

hfrick
Copy link
Member

@hfrick hfrick commented Feb 23, 2021

The documentation said there was a Stan engine but it's Spark:

parsnip::show_engines("multinom_reg")
#> # A tibble: 4 x 2
#>   engine mode          
#>   <chr>  <chr>         
#> 1 glmnet classification
#> 2 spark  classification
#> 3 keras  classification
#> 4 nnet   classification

Created on 2021-02-23 by the reprex package (v0.3.0)

Copy link
Member

@juliasilge juliasilge left a comment

Choose a reason for hiding this comment

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

Fantastic! 🚀

@juliasilge juliasilge merged commit 8aa1f38 into master Feb 23, 2021
@juliasilge juliasilge deleted the documentation branch February 23, 2021 22:35
@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 Mar 10, 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