Replies: 2 comments 9 replies
-
Hi Edoardo, We are currently working on adding go-nogo and deadline as the next major feature of HSSM. These should be available in a few weeks. Please stay tuned :). Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, is there any update on this ? Thanks a lot |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
It would useful for many applications with missing data in one condition like go/nogo task to be able to use HSSM like the old HDDM_regression.py
Now in the old package with the HDDMnn_regression.py I get:
Checking for missing data (LANs do not support this out of the box)
TODO: Add choice probability networks to allow missing values to be accounted for.
if data["rt"].abs().max() >= 998:
raise NotImplementedError(
"The HDDMnn classes can not yet deal with missing values. Support coming soon!"
)
Do you know if this will be possible soon ?
Thanks a lot
Edoardo
Beta Was this translation helpful? Give feedback.
All reactions