Error only occurs with certain parameters of fit #115
Replies: 3 comments 1 reply
-
We believe this is a code bug with the Python implementation, and not necessarily a problem with your data or design matrix (@iancharest) |
Beta Was this translation helpful? Give feedback.
0 replies
-
In other words, is it due to the code inside GLMsingle? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
Yes, in the python version.
I'm sure that it will work if you test the Matlab implementation. We're
working on fixing the python code.
ian
…On Fri, Oct 20, 2023, 7:49 AM 265091z ***@***.***> wrote:
In other words, is it due to the code inside GLMsingle?
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEXT7ARB5DEVWYTAG3RKWDYAJQNRAVCNFSM6AAAAAA6IHYLUGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMZYGE4TG>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
265091z
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I ran it on sample data it worked fine, but when I used my fMRI data I got an error.
If all the parameters are set to 1 during fit, an error occurs with cross-validating different numbers of regressors.
If opt['wantlibrary'] is set to 0, no error occurs. Also, if opt['wantlibrary'] is set to 1 and the other parameters are set to 0, no error occurs.
Is there a problem with my data or design matrix that is causing this error?
Beta Was this translation helpful? Give feedback.
All reactions