From 1c0cc1e5c465d8275e4150764a334408289e06c8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 16:28:39 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 732085697..0566bb13e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # OpenML-Python + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + A python interface for [OpenML](http://openml.org), an online platform for open science collaboration in machine learning. It can be used to download or upload OpenML data such as datasets and machine learning experiment results. @@ -40,3 +43,22 @@ Bibtex entry: year = {2019}, } ``` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Neeratyoy Mallik

💻
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 445a3f120637ad7e26f161fba1102b20c71dffbc Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 16:28:41 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..d051b3eee --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "Neeratyoy", + "name": "Neeratyoy Mallik", + "avatar_url": "https://avatars2.githubusercontent.com/u/3191233?v=4", + "profile": "https://github.com/Neeratyoy", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "openml-python", + "projectOwner": "openml", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}