Knewton / edm2016

Code for replicating results in our EDM2016 paper
Apache License 2.0
59 stars 32 forks source link

About reproduce the result in this paper #1

Open HeyLynne opened 7 years ago

HeyLynne commented 7 years ago

Hi, I read this paper a few weeks ago, I want to implement IRT, I read several paper but still don't know how to implement it. So I download this project to see how the code were organized. First I wanted to reproduce the result, but when I run rnn_prof irt assistments skill_builder_data_big.txt --onepo \ --drop-duplicates --no-remove-skill-nans --num-folds 5 \ --item-id-col problem_id --concept-id-col single The system warned that "rnn_prof is not an internal or external command". So I want to know what mistake I have made, and how can I reproduce this result.

khwilson commented 7 years ago

Hi! That probably means that you didn't install the package. The easiest way to get everything going (assuming you're using a POSIX-like system such as MacOS, Linux, or Cygwin) is to:

Then all the commands should work.

Best,

Kevin