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
In brain_data.py at line 1108 the same (non-cross validated) weight map is returned for each cross-validation fold because the initial classifier object is used instead of the cross-validation one.
In brain_data.py at line 1108 the same (non-cross validated) weight map is returned for each cross-validation fold because the initial classifier object is used instead of the cross-validation one.
I believe this part
should be replaced by
The text was updated successfully, but these errors were encountered: