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
|
About us
========
.. include:: ../AUTHORS.rst
.. _citing-scikit-learn:
Citing scikit-learn
-------------------
If you use scikit-learn in 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 Python }},
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}
}
Funding
-------
`INRIA <http://inria.fr>`_ actively supports this project. It has
provided funding for Fabian Pedregosa to work on this project full
time in the period 2010-2012. It also hosts coding sprints and other
events.
.. image:: images/inria-logo.jpg
`Google <http://code.google.com/opensource/>`_ sponsored David
Cournapeau with a Summer of Code Scholarship in the summer of 2007 and
`Vlad Niculae`_ in 2011. If
you would like to participate in the next Google Summer of code
program, please see `this page
<http://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://www.dartmouth.edu/~psych/>`_).
|