File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ About us
1010Citing 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
1414citations 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+
3455Artwork
3556-------
3657
You can’t perform that action at this time.
0 commit comments