lccasagrande / Deep-Knowledge-Tracing

An implementation of the Deep Knowledge Tracing (DKT) using Tensorflow 2.0
MIT License
95 stars 38 forks source link

How to do inference on test data. #8

Open rsinda opened 3 years ago

rsinda commented 3 years ago

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.

rsinda commented 3 years ago

@lccasagrande it will be really helpful if you can clear my doubt.