pykt-team / pykt-toolkit

pyKT: A Python Library to Benchmark Deep Learning based Knowledge Tracing Models
https://pykt.org
MIT License
212 stars 58 forks source link

It is unclear how the files from the ednet dataset should be laid out when following the Quick Start Guide #137

Closed Xemorr closed 10 months ago

Xemorr commented 11 months ago

Similarly to my previous issue, it is not clear how I should lay out the files after downloading the various parts of the ednet dataset. I currently have: data/ednet/contents data/ednet/KT1 data/ednet/KT2 data/ednet/KT3 data/ednet/KT4

I am getting a "ValueError, No objects to concatenate" when I run "python data_preprocess.py -d ednet", and am not enjoying reverse engineering the data processing scripts.

Xemorr commented 11 months ago

Through reverse engineering, I have discovered that the folder called "data" needs to be one level back from the working directory.

Xemorr commented 10 months ago

This hasn't been completed? image Step 1 is still just as unclear as always, the relative position of the data folder needs to be made clear.