Skip to content
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

make pca recipe wrapper function #29

Closed
spsanderson opened this issue Aug 28, 2021 · 0 comments · Fixed by #31
Closed

make pca recipe wrapper function #29

spsanderson opened this issue Aug 28, 2021 · 0 comments · Fixed by #31
Assignees
Labels
function A new function
Projects

Comments

@spsanderson
Copy link
Owner

spsanderson commented Aug 28, 2021

this will make use of step:

  1. center
  2. scale
  3. pca

It will use the all_numeric() inside of each step

https://cmdlinetips.com/2020/06/pca-with-tidymodels-in-r/

https://recipes.tidymodels.org/reference/step_pca.html

https://www.statology.org/principal-components-analysis-in-r/

@spsanderson spsanderson added the function A new function label Aug 28, 2021
@spsanderson spsanderson added this to the healthyR.ai 0.0.2 milestone Aug 28, 2021
@spsanderson spsanderson self-assigned this Aug 28, 2021
@spsanderson spsanderson added this to To do in healthyR.ai via automation Aug 28, 2021
This was referenced Aug 28, 2021
healthyR.ai automation moved this from To do to Done Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
function A new function
Projects
Development

Successfully merging a pull request may close this issue.

1 participant