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

Create inference data from encode.py -tw #15

Open
wonjunchoi-arc opened this issue Mar 27, 2024 · 1 comment
Open

Create inference data from encode.py -tw #15

wonjunchoi-arc opened this issue Mar 27, 2024 · 1 comment

Comments

@wonjunchoi-arc
Copy link

Hello, I enjoyed the great code
If you are training fm.py on data such as assistance09 and multiple skills are associated in one problem, you follow these steps? PREPARE_assist09.py --> encode.py --tw --> fm.py training

After training like this, I want to do Inference using the stored W,V, but if there is no data in the columns corresponding to 'correct' in the information data (if there is a given problem and user as in the actual case, but we don't know whether the user will answer or not)

In this case, I can't make attempts, wins without correct value, how did you solve it in this case?

@jilljenn
Copy link
Owner

jilljenn commented Apr 5, 2024

Hi thanks for your message. I am still fixing the mess currently :)
Wins and fails can be 0 at start.
At each new attempt you observe from a user you can update wins and fails.

prepare_assist09 is useful only if you have (private) timestamp information. Otherwise you can check prepare_assist12 instead (which has public timestamps). Otherwise you can't compute time windows if you do not have timestamp information.

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