Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should an separate instance of model be created for each student in actual use? #6

Open
zwhe99 opened this issue Oct 18, 2020 · 1 comment

Comments

@zwhe99
Copy link

zwhe99 commented Oct 18, 2020

Thanks for your python implmentation !

I have the following question:
Should an separate instance of model be created for each student in actual use? Or, is the interaction sequence of all students going through a single model in order (according to timestamp)?

@lccasagrande
Copy link
Owner

The idea here is to find the probability of getting a question right based on past answers. Therefore, you must include data from all students.

In other words, how would you know that mastering skill "X" influences the probability of mastering skill "Y" without considering every student in the database? Some students may guess the answer, which does not mean that they mastered the required skill to get the question right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants