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
Many users might not want to go into the details of RFEst and could use some wrappers that require only little expertise.
A useful function could be something like this: def get_rf(stim, triggertime, trace, tracetime, method='GLM', df='auto'): -> w
This should maybe also come with the option for automated crossvalidation.
I have some code for this already in RoisPy3.
The text was updated successfully, but these errors were encountered:
Many users might not want to go into the details of RFEst and could use some wrappers that require only little expertise.
A useful function could be something like this:
def get_rf(stim, triggertime, trace, tracetime, method='GLM', df='auto'): -> w
This should maybe also come with the option for automated crossvalidation.
I have some code for this already in RoisPy3.
The text was updated successfully, but these errors were encountered: