You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python interface for [OpenML](http://openml.org), an online platform for open science collaboration in machine learning.
4
4
It can be used to download or upload OpenML data such as datasets and machine learning experiment results.
5
-
You can find the documentation on the [openml-python website](https://openml.github.io/openml-python).
6
-
If you wish to contribute to the package, please see our [contribution guidelines](https://github.com/openml/openml-python/blob/develop/CONTRIBUTING.md).
If you use OpenML-Python in a scientific publication, we would appreciate a reference to the
28
+
following paper:
29
+
30
+
[Matthias Feurer, Jan N. van Rijn, Arlind Kadra, Pieter Gijsbers, Neeratyoy Mallik, Sahithya Ravi, Andreas Müller, Joaquin Vanschoren, Frank Hutter<br/>
31
+
**OpenML-Python: an extensible Python API for OpenML**<br/>
author = {Matthias Feurer and Jan N. van Rijn and Arlind Kadra and Pieter Gijsbers and Neeratyoy Mallik and Sahithya Ravi and Andreas Müller and Joaquin Vanschoren and Frank Hutter},
38
+
title = {OpenML-Python: an extensible Python API for OpenML},
Copy file name to clipboardExpand all lines: doc/index.rst
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,3 +84,25 @@ Contribution to the OpenML package is highly appreciated. The OpenML package
84
84
currently has a 1/4 position for the development and all help possible is
85
85
needed to extend and maintain the package, create new examples and improve
86
86
the usability. Please see the :ref:`contributing` page for more information.
87
+
88
+
--------------------
89
+
Citing OpenML-Python
90
+
--------------------
91
+
92
+
If you use OpenML-Python in a scientific publication, we would appreciate a
93
+
reference to the following paper:
94
+
95
+
96
+
`OpenML-Python: an extensible Python API for OpenML
97
+
<https://arxiv.org/abs/1911.02490>`_,
98
+
Feurer *et al.*, arXiv:1911.02490.
99
+
100
+
Bibtex entry::
101
+
102
+
@article{feurer-arxiv19a,
103
+
author = {Matthias Feurer and Jan N. van Rijn and Arlind Kadra and Pieter Gijsbers and Neeratyoy Mallik and Sahithya Ravi and Andreas Müller and Joaquin Vanschoren and Frank Hutter},
104
+
title = {OpenML-Python: an extensible Python API for OpenML},
0 commit comments