tidymodels / discrim

Wrappers for discriminant analysis and naive Bayes models for use with the parsnip package
https://discrim.tidymodels.org
Other
28 stars 3 forks source link

Update documentation of discrim_regularized() to show it can perform QDA #20

Closed EmilHvitfeldt closed 3 years ago

EmilHvitfeldt commented 3 years ago

Googling parsnip QDA and discrim QDA doesn't give very informative results. I found the connection with tidymodels QDA and this post.

The only reference in the package itself is

https://github.com/tidymodels/discrim/blob/7088529c3b31c808ea52ade064da2f50d7ea00bc/R/discrim_regularized.R#L11

someone who hasn't learned what RDA is yet might overlook this.

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.