Skip to content

Commit 5512851

Browse files
committed
Merge pull request scikit-learn#4810 from mblondel/cite_api_paper
BibTeX entry for the API paper
2 parents ec2fd72 + 29f9dc6 commit 5512851

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

doc/about.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ About us
1010
Citing scikit-learn
1111
-------------------
1212

13-
If you use scikit-learn in scientific publication, we would appreciate
13+
If you use scikit-learn in a scientific publication, we would appreciate
1414
citations to the following paper:
1515

1616
`Scikit-learn: Machine Learning in Python
@@ -31,6 +31,27 @@ citations to the following paper:
3131
year={2011}
3232
}
3333

34+
If you want to cite scikit-learn for its API or design, you may also want to consider the
35+
following paper:
36+
37+
`API design for machine learning software: experiences from the scikit-learn
38+
project <http://arxiv.org/abs/1309.0238>`_, Buitinck *et al.*, 2013.
39+
40+
Bibtex entry::
41+
42+
@inproceedings{sklearn_api,
43+
author = {Lars Buitinck and Gilles Louppe and Mathieu Blondel and
44+
Fabian Pedregosa and Andreas Mueller and Olivier Grisel and
45+
Vlad Niculae and Peter Prettenhofer and Alexandre Gramfort
46+
and Jaques Grobler and Robert Layton and Jake VanderPlas and
47+
Arnaud Joly and Brian Holt and Ga{\"{e}}l Varoquaux},
48+
title = {{API} design for machine learning software: experiences from the scikit-learn
49+
project},
50+
booktitle = {ECML PKDD Workshop: Languages for Data Mining and Machine Learning},
51+
year = {2013},
52+
pages = {108--122},
53+
}
54+
3455
Artwork
3556
-------
3657

0 commit comments

Comments
 (0)