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
10
10
Citing scikit-learn
11
11
-------------------
12
12
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
14
14
citations to the following paper:
15
15
16
16
`Scikit-learn: Machine Learning in Python
@@ -31,6 +31,27 @@ citations to the following paper:
31
31
year={2011}
32
32
}
33
33
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
+
34
55
Artwork
35
56
-------
36
57
You can’t perform that action at this time.
0 commit comments