halflife-regression
halflife-regression copied to clipboard
If I understood correctly, I see that pp in the result is the predicted probability of forgetting a word. So if pp is low, I should recommend a word associated...
I am trying to run the experiment file, but I get the following error with the dataset that you have provided: iterator should return strings, not bytes (did you open...
@sueyhan previously opened a ticket for this, but then closed it without getting a response. These are the model weights I get for training without lexical features (`python experiment.py -l...
Hi. I am a Duolingo user and got intrigued by the paper you published together with Meeder. I applied some Python adjustments to improve the readability of the code which,...
Read in input .csv files as text and not bytes to fix following error: ``` _csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)...
I am trying to understand the Python implementation with a view to port it to another language, but can't make sense of some variables. - `hlwt` at line [37](https://github.com/duolingo/halflife-regression/blob/0041df0dcd436bf1b4aa7a17a020d9c670db70d8/experiment.py#L37). -...
Added renames to clarify meanings of improperly named variables in issue #10