Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Adding feature selection operations#1398

Open
seraphimstreets wants to merge 2 commits intointel:mainfrom
seraphimstreets:feature_selection
Open

Adding feature selection operations#1398
seraphimstreets wants to merge 2 commits intointel:mainfrom
seraphimstreets:feature_selection

Conversation

@seraphimstreets
Copy link
Copy Markdown

Added two new feature selection operations to the dffml.operations.data plugin, select_k_best and select_percentile. These are based entirely on the Sklearn functions:

https://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest

https://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html#sklearn.feature_selection.SelectPercentile

Corresponding unit tests have also been added. This is part of the specifications for the GSOC project: #968.

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

awaiting maintainer The PR is waiting for a maintainer to review it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants