Skip to content

Split train test data at sequence level #47

Description

@capriceZ

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions