Skip to content

Commit 817bcba

Browse files
authored
Merge pull request #51 from tswsxk/master
[DATASET] add NIPS 2020 Competition dataset
2 parents dfec8fc + 1738403 commit 817bcba

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.18:
2+
1. add NIPS2020 dataset!
3+
14
* 0.0.17:
25
1. add assistment-2017 dataset!
36

EduData/DataSet/download_data/download_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"http://base.ustc.edu.cn/data/JunyiAcademy_Math_Practicing_Log/junyi.rar",
3333
"KDD-CUP-2010":
3434
"http://base.ustc.edu.cn/data/KDD_Cup_2010/",
35+
"NIPS-2020":
36+
"http://base.ustc.edu.cn/data/NIPS2020/",
3537
"slepemapy.cz":
3638
"http://base.ustc.edu.cn/data/slepemapy.cz/",
3739
"synthetic":

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Convenient interface for downloading and preprocessing datasets in education.
1414

1515
The datasets include:
1616

17-
* [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)
18-
1917
* [ASSISTments (2009-2010, 2012-2013, 2015, 2017)](https://sites.google.com/site/assistmentsdata/) [[Analysis]](docs/ASSISTments)
2018

19+
* [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)
20+
2121
* [OLI Engineering Statics 2011](https://pslcdatashop.web.cmu.edu/DatasetInfo?datasetId=507) [[Analysis]](docs/OLI_Fall2011)
2222

2323
* [JunyiAcademy Math Practicing Log](https://pslcdatashop.web.cmu.edu/DatasetInfo?datasetId=1198) [[Analysis]](docs/junyi.md)
@@ -40,6 +40,8 @@ The datasets include:
4040

4141
* [MOOCCube](http://moocdata.cn/data/MOOCCube) [[Analysis]](docs/MOOCCube.md)
4242

43+
* [NIPS2020](https://www.microsoft.com/en-us/research/academic-program/diagnostic-questions/)
44+
4345
* [OpenLUNA](http://base.ustc.edu.cn/data/OpenLUNA/)
4446

4547
Your can also visit our datashop [BaseData](http://base.ustc.edu.cn/data/) to get those mentioned-above (most of them) datasets.

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.17',
14+
version='0.0.18',
1515
extras_require={
1616
'test': test_deps,
1717
},

0 commit comments

Comments
 (0)