You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: