File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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
36A python interface for [ OpenML] ( http://openml.org ) , an online platform for open science collaboration in machine learning.
47It 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!
You can’t perform that action at this time.
0 commit comments