-
Notifications
You must be signed in to change notification settings - Fork 185
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
Problem with plot_Hinss2021_classification #683
Comments
Hey @gcattan, Can you help @allwaysFindFood please? |
Hi @allwaysFindFood How do you feel about raising a PR? |
allwaysFindFood
added a commit
to allwaysFindFood/moabb
that referenced
this issue
Feb 8, 2025
…e source code, where it failed to correctly identify the top N channels. For detailed information, please visit NeuroTechX#683 (comment)
bruAristimunha
pushed a commit
that referenced
this issue
Feb 11, 2025
* Fixed the bug in the fit method of the EpochSelectChannel class in the source code, where it failed to correctly identify the top N channels. For detailed information, please visit #683 (comment) * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update whats_new.rst Signed-off-by: allwaysFindFood <[email protected]> --------- Signed-off-by: allwaysFindFood <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: gcattan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the official example plot_Hinss2021_classification.py (https://neurotechx.github.io/moabb/auto_examples/plot_Hinss2021_classification.html), is there a logical error on line 76?
It should be: if m[i, j] is greater than the minimum value, then replace it.
Can the entire code segment for finding the largest n values be optimized to?
The text was updated successfully, but these errors were encountered: