Skip to content

Commit

Permalink
Merge pull request #51 from tswsxk/master
Browse files Browse the repository at this point in the history
[DATASET] add NIPS 2020 Competition dataset
  • Loading branch information
tswsxk committed Aug 20, 2021
2 parents dfec8fc + 1738403 commit 817bcba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.18:
1. add NIPS2020 dataset!

* 0.0.17:
1. add assistment-2017 dataset!

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 @@ -32,6 +32,8 @@
"http://base.ustc.edu.cn/data/JunyiAcademy_Math_Practicing_Log/junyi.rar",
"KDD-CUP-2010":
"http://base.ustc.edu.cn/data/KDD_Cup_2010/",
"NIPS-2020":
"http://base.ustc.edu.cn/data/NIPS2020/",
"slepemapy.cz":
"http://base.ustc.edu.cn/data/slepemapy.cz/",
"synthetic":
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Convenient interface for downloading and preprocessing datasets in education.

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

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

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

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

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

* [NIPS2020](https://www.microsoft.com/en-us/research/academic-program/diagnostic-questions/)

* [OpenLUNA](http://base.ustc.edu.cn/data/OpenLUNA/)

Your can also visit our datashop [BaseData](http://base.ustc.edu.cn/data/) to get those mentioned-above (most of them) datasets.
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.17',
version='0.0.18',
extras_require={
'test': test_deps,
},
Expand Down

0 comments on commit 817bcba

Please sign in to comment.