Skip to content

Commit 81cc423

Browse files
docs: add a-moadel as a contributor (openml#992)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 9a3a6dd commit 81cc423

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "a-moadel",
10+
"name": "a-moadel",
11+
"avatar_url": "https://avatars0.githubusercontent.com/u/46557866?v=4",
12+
"profile": "https://github.com/a-moadel",
13+
"contributions": [
14+
"doc",
15+
"example"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "openml-python",
21+
"projectOwner": "openml",
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"skipCi": true
25+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# OpenML-Python
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
A python interface for [OpenML](http://openml.org), an online platform for open science collaboration in machine learning.
47
It can be used to download or upload OpenML data such as datasets and machine learning experiment results.
@@ -40,3 +43,22 @@ Bibtex entry:
4043
year = {2019},
4144
}
4245
```
46+
47+
## Contributors ✨
48+
49+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
50+
51+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
52+
<!-- prettier-ignore-start -->
53+
<!-- markdownlint-disable -->
54+
<table>
55+
<tr>
56+
<td align="center"><a href="https://github.com/a-moadel"><img src="https://avatars0.githubusercontent.com/u/46557866?v=4" width="100px;" alt=""/><br /><sub><b>a-moadel</b></sub></a><br /><a href="https://github.com/openml/openml-python/commits?author=a-moadel" title="Documentation">📖</a> <a href="#example-a-moadel" title="Examples">💡</a></td>
57+
</tr>
58+
</table>
59+
60+
<!-- markdownlint-enable -->
61+
<!-- prettier-ignore-end -->
62+
<!-- ALL-CONTRIBUTORS-LIST:END -->
63+
64+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)