Skip to content

Commit

Permalink
Merge pull request #50 from tswsxk/master
Browse files Browse the repository at this point in the history
[DATASET] add ASSISTment 2017
  • Loading branch information
tswsxk authored Aug 19, 2021
2 parents 247d75d + 4a57d2d commit dfec8fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.0.17:
1. add assistment-2017 dataset!

* 0.0.16:
1. update reporthook4urlretrieve, supporting dynamic unit displaying
2. return unzip filepath instead of the original one when downloading zipped files
Expand Down
2 changes: 2 additions & 0 deletions EduData/DataSet/download_data/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"http://base.ustc.edu.cn/data/ASSISTment/2012-2013-data-with-predictions-4-final.zip",
"assistment-2015":
"http://base.ustc.edu.cn/data/ASSISTment/2015_100_skill_builders_main_problems.zip",
"assistment-2017":
"http://base.ustc.edu.cn/data/ASSISTment/anonymized_full_release_competition_dataset.zip",
"junyi":
"http://base.ustc.edu.cn/data/JunyiAcademy_Math_Practicing_Log/junyi.rar",
"KDD-CUP-2010":
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The datasets include:

* [KDD Cup 2010](https://pslcdatashop.web.cmu.edu/KDDCup/downloads.jsp) [[Analysis]](https://github.com/bigdata-ustc/EduData/blob/master/docs/KDD%20Cup%202010.ipynb)

* [ASSISTments](https://sites.google.com/site/assistmentsdata/) [[Analysis]](docs/ASSISTments)
* [ASSISTments (2009-2010, 2012-2013, 2015, 2017)](https://sites.google.com/site/assistmentsdata/) [[Analysis]](docs/ASSISTments)

* [OLI Engineering Statics 2011](https://pslcdatashop.web.cmu.edu/DatasetInfo?datasetId=507) [[Analysis]](docs/OLI_Fall2011)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='EduData',
version='0.0.16',
version='0.0.17',
extras_require={
'test': test_deps,
},
Expand Down

0 comments on commit dfec8fc

Please sign in to comment.