-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Hello!
I have been experimenting with running model using data split at sequence level rather than student level. But whenever I set 'multigs'=true, I can fit the model but I can NOT evaluate the model using model.evaluate(). I got the following error:
File "/lib/python3.9/site-packages/pyBKT/util/data_helper.py", line 275, in convert_data
data_temp[data_ref[i]][i] = data[i]
IndexError: index 1 is out of bounds for axis 0 with size 1
All other model configs work fine for fitting and evaluating. Only models with 'multigs'=true have this issue.
Can you help me understand what happened?
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels