Skip to content

Commit db7bb9a

Browse files
authored
Add CITATION.cff (openml#1120)
Some ORCIDs are missing because I could not with certainty determine the ORCID of some co-authors.
1 parent aed5010 commit db7bb9a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CITATION.cff

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software in a publication, please cite the metadata from preferred-citation."
3+
preferred-citation:
4+
type: article
5+
authors:
6+
- family-names: "Feurer"
7+
given-names: "Matthias"
8+
orcid: "https://orcid.org/0000-0001-9611-8588"
9+
- family-names: "van Rijn"
10+
given-names: "Jan N."
11+
orcid: "https://orcid.org/0000-0003-2898-2168"
12+
- family-names: "Kadra"
13+
given-names: "Arlind"
14+
- family-names: "Gijsbers"
15+
given-names: "Pieter"
16+
orcid: "https://orcid.org/0000-0001-7346-8075"
17+
- family-names: "Mallik"
18+
given-names: "Neeratyoy"
19+
orcid: "https://orcid.org/0000-0002-0598-1608"
20+
- family-names: "Ravi"
21+
given-names: "Sahithya"
22+
- family-names: "Müller"
23+
given-names: "Andreas"
24+
orcid: "https://orcid.org/0000-0002-2349-9428"
25+
- family-names: "Vanschoren"
26+
given-names: "Joaquin"
27+
orcid: "https://orcid.org/0000-0001-7044-9805"
28+
- family-names: "Hutter"
29+
given-names: "Frank"
30+
orcid: "https://orcid.org/0000-0002-2037-3694"
31+
journal: "Journal of Machine Learning Research"
32+
title: "OpenML-Python: an extensible Python API for OpenML"
33+
abstract: "OpenML is an online platform for open science collaboration in machine learning, used to share datasets and results of machine learning experiments. In this paper, we introduce OpenML-Python, a client API for Python, which opens up the OpenML platform for a wide range of Python-based machine learning tools. It provides easy access to all datasets, tasks and experiments on OpenML from within Python. It also provides functionality to conduct machine learning experiments, upload the results to OpenML, and reproduce results which are stored on OpenML. Furthermore, it comes with a scikit-learn extension and an extension mechanism to easily integrate other machine learning libraries written in Python into the OpenML ecosystem. Source code and documentation are available at https://github.com/openml/openml-python/."
34+
volume: 22
35+
year: 2021
36+
start: 1
37+
end: 5
38+
pages: 5
39+
number: 100
40+
url: https://jmlr.org/papers/v22/19-920.html

0 commit comments

Comments
 (0)