mTRFpy icon indicating copy to clipboard operation
mTRFpy copied to clipboard

a python3 version of matlab mTRF-Toolbox by Lalor Lab https://mtrfpy.readthedocs.io/

Results 3 mTRFpy issues
Sort by recently updated
recently updated
newest added

When setting `preload=False` in the `TRF` instance, `crossval` produces an error. I don't have time to fix this right now, so I'll just leave a minimal example here: ```python from...

bug

Hello, Thank you very much for this library. I am loving using it for my current project. I was wondering why there is no L1 regularization proposed in the methods...

enhancement

The bug causes the `tmin` and `tmax` being reversed twice at this two places in the nested_crossval function: https://github.com/powerfulbean/mTRFpy/blob/53838c8e71231e772f384e06ab322ed72d867a87/mtrf/stats.py#L124 https://github.com/powerfulbean/mTRFpy/blob/53838c8e71231e772f384e06ab322ed72d867a87/mtrf/stats.py#L269-L275 Thus the finally trained decoding model uses the wrong tmin...

bug