Deep-Knowledge-Tracing
Deep-Knowledge-Tracing copied to clipboard
How to do inference on test data.
Hey @lccasagrande, You have done something like this while creating dataset. df['skill_with_answer'] = df['skill'] * 2 + df['correct']
so when we want to predict the probability of getting a question right based on past answers, where we don't have "correct" column. How we would predict?
I'm a bit confused.
@lccasagrande it will be really helpful if you can clear my doubt.