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

across session coding scores for each CV fold #607

Open
2 tasks
alexpiet opened this issue Aug 4, 2023 · 0 comments
Open
2 tasks

across session coding scores for each CV fold #607

alexpiet opened this issue Aug 4, 2023 · 0 comments

Comments

@alexpiet
Copy link
Collaborator

alexpiet commented Aug 4, 2023

  • if a feature isn't present in one of the folds, it generates a NaN. Previously I was using nanmean() to ignore those when averaging across folds. Now I just throw a NaN, which causes some cells to crash. I could set the coding to 0 for these cells to get more data
  • Separately, my code didn't have a try/except block so if an early fold had a NaN, then it didn't compute the rest of the folds.
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