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

Special values filters and selectors #41

Open
koalive opened this issue Jan 13, 2022 · 1 comment
Open

Special values filters and selectors #41

koalive opened this issue Jan 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@koalive
Copy link
Member

koalive commented Jan 13, 2022

Since issue #9 transformation functions are expected to check if the data contains inf / na / missing values, and the MissingFilter allows to remove entries containing missing values (for a given feature). It would be convenient to include similar filters for inf and na values, and selectors to remove columns containing special values.

@koalive koalive added the enhancement New feature or request label Jan 13, 2022
@koalive
Copy link
Member Author

koalive commented Jan 13, 2022

Example for a Selector discarding features with NaN values: Selector(x -> !any(isnan.(x)))

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

No branches or pull requests

1 participant