Skip to content

Commit dfec8fc

Browse files
authored
Merge pull request #50 from tswsxk/master
[DATASET] add ASSISTment 2017
2 parents 247d75d + 4a57d2d commit dfec8fc

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 0.0.17:
2+
1. add assistment-2017 dataset!
3+
14
* 0.0.16:
25
1. update reporthook4urlretrieve, supporting dynamic unit displaying
36
2. return unzip filepath instead of the original one when downloading zipped files

EduData/DataSet/download_data/download_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"http://base.ustc.edu.cn/data/ASSISTment/2012-2013-data-with-predictions-4-final.zip",
2727
"assistment-2015":
2828
"http://base.ustc.edu.cn/data/ASSISTment/2015_100_skill_builders_main_problems.zip",
29+
"assistment-2017":
30+
"http://base.ustc.edu.cn/data/ASSISTment/anonymized_full_release_competition_dataset.zip",
2931
"junyi":
3032
"http://base.ustc.edu.cn/data/JunyiAcademy_Math_Practicing_Log/junyi.rar",
3133
"KDD-CUP-2010":

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The datasets include:
1616

1717
* [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)
1818

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='EduData',
14-
version='0.0.16',
14+
version='0.0.17',
1515
extras_require={
1616
'test': test_deps,
1717
},

0 commit comments

Comments
 (0)