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

Feature request: step_mca() or multiple correspondence analysis -- dimension reduction for categorical variables #221

Open
exsell-jc opened this issue Apr 6, 2022 · 2 comments
Labels
feature a feature request or enhancement

Comments

@exsell-jc
Copy link

Similar to step_pca() or step_umap() where it may be useful for dimensional reduction, step_mca() may seem useful for reducing dimensions for categorical predictors.

@juliasilge
Copy link
Member

Thanks for this idea @exsell-jc! Do you typically use MASS::mca() or something else for this kind of task?

@exsell-jc
Copy link
Author

Thanks for this idea @exsell-jc! Do you typically use MASS::mca() or something else for this kind of task?

Sure thing @juliasilge

Actually, I'm unsure if MASS is better or FactoMineR. I can't really seem to find any benchmarks or comparisons. MASS does seem to be downloaded twice as often and more actively updated when looking at these two links:

https://www.rdocumentation.org/packages/FactoMineR/versions/2.4
https://www.rdocumentation.org/packages/MASS/versions/7.3-56

@juliasilge juliasilge added the feature a feature request or enhancement label Apr 14, 2022
@EmilHvitfeldt EmilHvitfeldt transferred this issue from tidymodels/recipes May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants