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

Question: is separability method from this package compatible with tidy? #67

Open
dhombios opened this issue Nov 13, 2024 · 2 comments
Open

Comments

@dhombios
Copy link

I have a database in which columns represent different features of a dataset with an additional column that contains the category to which each observation belong (true or false). Due to the large amount of features available, I need to eliminate the worst ones

For that purpose, separability method provided by this project seems particularly useful, as it provides a fast coarse estimation of how useful each feature can be for classifying new observations. For that reason, I'm trying to apply it to each column of the dplyr object after separating observations according to their category

As this package seems to be compatible with tidyverse, is this function compatible with summarize? Does this package provide any abstraction that could simplify doing this?

@jeffreyevans
Copy link
Owner

jeffreyevans commented Nov 13, 2024 via email

@dhombios
Copy link
Author

Thanks for your help! That's what I was looking for. I'll try to make a wrapper for that function, so it can be integrated into dplyr workflows easily (handling that transformation internally)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants