I want to run pyBKT on the assistment data with a multilearn model and get the warning: 'multilearn default column not specified'
.
This is my code:
model = Model(seed = SEED, parallel = True)
%time model.fit(data=df_train, skills=SKILLS, multilearn = True)
How does one specify the default column?