-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathabout.txt
249 lines (177 loc) · 8.5 KB
/
about.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
About us
========
.. include:: ../AUTHORS.rst
.. seealso::
:ref:`How you can contribute to the project <contributing>`
.. _citing-scikit-learn:
Citing scikit-learn
-------------------
If you use scikit-learn in a scientific publication, we would appreciate
citations to the following paper:
`Scikit-learn: Machine Learning in Python
<http://jmlr.csail.mit.edu/papers/v12/pedregosa11a.html>`_, Pedregosa
*et al.*, JMLR 12, pp. 2825-2830, 2011.
Bibtex entry::
@article{scikit-learn,
title={Scikit-learn: Machine Learning in {P}ython},
author={Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V.
and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P.
and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and
Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E.},
journal={Journal of Machine Learning Research},
volume={12},
pages={2825--2830},
year={2011}
}
If you want to cite scikit-learn for its API or design, you may also want to consider the
following paper:
`API design for machine learning software: experiences from the scikit-learn
project <http://arxiv.org/abs/1309.0238>`_, Buitinck *et al.*, 2013.
Bibtex entry::
@inproceedings{sklearn_api,
author = {Lars Buitinck and Gilles Louppe and Mathieu Blondel and
Fabian Pedregosa and Andreas Mueller and Olivier Grisel and
Vlad Niculae and Peter Prettenhofer and Alexandre Gramfort
and Jaques Grobler and Robert Layton and Jake VanderPlas and
Arnaud Joly and Brian Holt and Ga{\"{e}}l Varoquaux},
title = {{API} design for machine learning software: experiences from the scikit-learn
project},
booktitle = {ECML PKDD Workshop: Languages for Data Mining and Machine Learning},
year = {2013},
pages = {108--122},
}
Artwork
-------
High quality PNG and SVG logos are available in the `doc/logos/ <https://github.com/scikit-learn/scikit-learn/tree/master/doc/logos>`_ source directory.
.. image:: images/scikit-learn-logo-notext.png
:align: center
Funding
-------
`INRIA <https://www.inria.fr>`_ actively supports this project. It has
provided funding for Fabian Pedregosa (2010-2012), Jaques Grobler
(2012-2013) and Olivier Grisel (2013-2015) to work on this project
full-time. It also hosts coding sprints and other events.
.. image:: images/inria-logo.jpg
:width: 200pt
:align: center
:target: https://www.inria.fr
`Paris-Saclay Center for Data Science <http://www.datascience-paris-saclay.fr>`_
funded one year for a developer to work on the project full-time
(2014-2015).
.. image:: images/cds-logo.png
:width: 200pt
:align: center
:target: http://www.datascience-paris-saclay.fr
`NYU Moore-Sloan Data Science Environment <http://cds.nyu.edu/mooresloan/>`_
funded Andreas Mueller (2014-2016) to work on this project. The Moore-Sloan Data Science
Environment also funds several students to work on the project part-time.
.. image:: images/nyu_short_color.png
:width: 200pt
:align: center
:target: http://cds.nyu.edu/mooresloan/
`Télécom Paristech <http://www.telecom-paristech.com>`_ funds Manoj Kumar (2014),
Tom Dupré la Tour (2015), Raghav RV (2015-2016) and Thierry Guillemot (2016) to
work on scikit-learn.
.. image:: themes/scikit-learn/static/img/telecom.png
:width: 100pt
:align: center
:target: http://www.telecom-paristech.fr/
`Columbia University <http://columbia.edu>`_ funds Andreas Mueller since 2016.
.. image:: themes/scikit-learn/static/img/columbia.png
:width: 100pt
:align: center
:target: http://www.columbia.edu/
The following students were sponsored by `Google <https://developers.google.com/open-source/>`_
to work on scikit-learn through the
`Google Summer of Code <https://en.wikipedia.org/wiki/Google_Summer_of_Code>`_
program.
- 2007 - David Cournapeau
- 2011 - `Vlad Niculae`_
- 2012 - `Vlad Niculae`_, Immanuel Bayer.
- 2013 - Kemal Eren, Nicolas Trésegnie
- 2014 - Hamzeh Alsalhi, Issam Laradji, Maheshakya Wijewardena, Manoj Kumar.
- 2015 - `Raghav RV <https://github.com/raghavrv>`_, Wei Xue
- 2016 - `Nelson Liu <http://nelsonliu.me>`_, `YenChen Lin <http://yclin.me>`_
It also provided funding for sprints and events around scikit-learn. If
you would like to participate in the next Google Summer of code
program, please see `this page
<https://github.com/scikit-learn/scikit-learn/wiki/SummerOfCode>`_.
The `NeuroDebian <http://neuro.debian.net>`_ project providing `Debian
<http://www.debian.org>`_ packaging and contributions is supported by
`Dr. James V. Haxby <http://haxbylab.dartmouth.edu/>`_ (`Dartmouth
College <http://pbs.dartmouth.edu>`_).
The `PSF <https://www.python.org/psf/>`_ helped find and manage funding for our
2011 Granada sprint. More information can be found `here
<https://github.com/scikit-learn/scikit-learn/wiki/Past-sprints#granada-19th-21th-dec-2011>`__
`tinyclues <https://www.tinyclues.com/>`_ funded the 2011 international Granada
sprint.
Donating to the project
~~~~~~~~~~~~~~~~~~~~~~~
If you are interested in donating to the project or to one of our code-sprints, you can use
the *Paypal* button below or the `NumFOCUS Donations Page <http://www.numfocus.org/support-numfocus.html>`_ (if you use the latter, please indicate that you are donating for the scikit-learn project).
All donations will be handled by `NumFOCUS
<http://www.numfocus.org>`_, a non-profit-organization which is
managed by a board of `Scipy community members
<http://www.numfocus.org/board.html>`_. NumFOCUS's mission is to foster
scientific computing software, in particular in Python. As a fiscal home
of scikit-learn, it ensures that money is available when needed to keep
the project funded and available while in compliance with tax regulations.
The received donations for the scikit-learn project mostly will go towards covering travel-expenses
for code sprints, as well as towards the organization budget of the project [#f1]_.
.. raw :: html
</br></br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="74EYUMF3FTSW8">
<input type="image"
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
border="0" name="submit" alt="PayPal - The safer, easier way to pay
online!" style="position: relative;
left: 40%;">
<img alt="" border="0"
src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1"
height="1">
</form>
</br>
.. rubric:: Notes
.. [#f1] Regarding the organization budget in particular, we might use some of the donated funds to pay for other project expenses such as DNS, hosting or continuous integration services.
The 2013 Paris international sprint
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|center-div| |telecom| |tinyclues| |afpy| |FNRS|
|end-div|
.. |center-div| raw:: html
<div style="text-align: center; margin: -7px 0 -10px 0;">
.. |telecom| image:: themes/scikit-learn/static/img/telecom.png
:width: 120pt
:target: http://www.telecom-paristech.fr/
.. |tinyclues| image:: https://www.tinyclues.com/web/wp-content/uploads/2016/06/Tinyclues-PNG-logo.png
:width: 120pt
:target: https://www.tinyclues.com/
.. |afpy| image:: https://www.afpy.org/logo.png
:width: 120pt
:target: https://www.afpy.org
.. |SGR| image:: http://www.svi.cnrs-bellevue.fr/wikimedia/images/Logo_svi_inp.png
:width: 120pt
:target: http://www.svi.cnrs-bellevue.fr
.. |FNRS| image:: http://www.fnrs.be/en/images/FRS-FNRS_rose_transp.png
:width: 120pt
:target: http://www.frs-fnrs.be/
.. figure:: http://sites.uclouvain.be/dysco/pmwiki/uploads/Main/dysco.gif
:width: 120pt
:target: http://sites.uclouvain.be/dysco/
IAP VII/19 - DYSCO
.. |end-div| raw:: html
</div>
*For more information on this sprint, see* `here
<https://github.com/scikit-learn/administrative/blob/master/sprint_paris_2013/proposal.rst>`__
Infrastructure support
----------------------
- We would like to thank `Rackspace <https://www.rackspace.com>`_ for providing
us with a free `Rackspace Cloud <https://www.rackspace.com/cloud/>`_ account to
automatically build the documentation and the example gallery from for the
development version of scikit-learn using `this tool
<https://github.com/scikit-learn/sklearn-docbuilder>`_.
- We would also like to thank `Shining Panda
<http://shiningpanda.com/>`_ for free CPU time on their Continuous
Integration server.