You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
values returned on this line get overwritten by the next line. It also doesn't use test_size, so you're not getting control of the train proportion.
Concerned this means that e.g. if you thought you trained on color and tested on orientation (from the docstring), you actually just trained and tested on orientation.
This is what we've changed it to temporarily offline:
EEG_Decoder/eeg_decoder.py
Line 760 in a0ef610
values returned on this line get overwritten by the next line. It also doesn't use test_size, so you're not getting control of the train proportion.
Concerned this means that e.g. if you thought you trained on color and tested on orientation (from the docstring), you actually just trained and tested on orientation.
This is what we've changed it to temporarily offline:
The text was updated successfully, but these errors were encountered: