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

Removing NaN values from measurement table before computing feature_correlation_matrix #39

Open
marabuuu opened this issue Apr 20, 2023 · 0 comments

Comments

@marabuuu
Copy link

Currently, before computing the feature_correlation_matrix all rows with NaN values are removed (see documentation and code)


However, in my case I had the measurement moments_normalized in my table. This measurement had NaN values for each label (see screenshot). This means, all rows were removed and the feature_correlation_matrix only contained NaN values.
issue_apoc
Maybe in some cases, it would make more sense to remove the column and not the row. But I am not sure if this would still be good scientific practice.

Best,
Mara

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