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

Allow "fixed" features #44

Open
dannykspl opened this issue May 8, 2024 · 0 comments
Open

Allow "fixed" features #44

dannykspl opened this issue May 8, 2024 · 0 comments

Comments

@dannykspl
Copy link

dannykspl commented May 8, 2024

Sometimes a user may wish to require certain features to be present in the feature space (for inference purposes/interpretability, etc.) and determine what other features minimize redundancy and maximize relevance with those features present.

Suggestion: revise mrmr_regression/classif function to take an optional list of k "fixed_features" such that the function returns a list of N features that always includes those k features and N-k other features that minimize redundancy/maximize relevance in the presence of those k fixed features.

@dannykspl dannykspl changed the title Allow "fixed" variables Allow "fixed" features May 8, 2024
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

1 participant