Giter VIP home page Giter VIP logo

ktm's Issues

Where is duckbg.txt?

When I loaded your notebook, I found that you tried to read the duck/DUCKgt.txt file, but I don't have it now and you haven't provided it either. Where should I download it?

About the visualizing embedding

Hello, I am interested in your research, especially the part of embedding visualizing. It will be helpful for analyzing the student's performance. Can you offer the code for this part? I am not good at this (T_T). Thanks a lot~

KeyError: 'tutor'

Hello jilljenn

I am learning this field. I try to reproduce your results, following the instructions in the readme to execute python encode.py --users --items, but the program reports an error and returns KeyError: 'tutor'. This seems to be due to the first in the encode.py file 73 lines

X['tutor'] = onehotize(df['tutor'], len(df['tutor'].unique()))

There is no tutor column in the sample data, so it shall be a bug right?May i have any suggestions?Thank you very much

best wishes

MA Jinghao

Making predictions

Hi Jill-Jênn,

Are you considering add a predict function to the code to get predictions once the model is trained?. Thanks for sharing this project

TypeError: load_folds() missing 2 required positional arguments: 'options' and 'df'

Hi there! Thanks for your implementation.

After running the following commands:

python encode.py --dataset assistments09 --skills --wins --fails
python lr.py data/dummy/X-swf.npz

The following output error reveals:

TypeError: load_folds() missing 2 required positional arguments: 'options' and 'df'

Am I doing something wrong?
Thanks in advance.

Create inference data from encode.py -tw

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?

How can I save a trained model?

Hello, I found that the model was trained and used for prediction in a single function FM.run(), but how can I save or load a trained model? I would appreciate it if the problem could be addressed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.