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 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715
|
.. _about:
About us
========
History
-------
This project was started in 2007 as a Google Summer of Code project by
David Cournapeau. Later that year, Matthieu Brucher started work on
this project as part of his thesis.
In 2010 Fabian Pedregosa, Gael Varoquaux, Alexandre Gramfort and Vincent
Michel of INRIA took leadership of the project and made the first public
release, February the 1st 2010. Since then, several releases have appeared
following a ~ 3-month cycle, and a thriving international community has
been leading the development.
Governance
----------
The decision making process and governance structure of scikit-learn is laid
out in the :ref:`governance document <governance>`.
Authors
-------
The following people are currently core contributors to scikit-learn's development
and maintenance:
.. include:: authors.rst
Please do not email the authors directly to ask for assistance or report issues.
Instead, please see `What's the best way to ask questions about scikit-learn
<https://scikit-learn.org/stable/faq.html#what-s-the-best-way-to-get-help-on-scikit-learn-usage>`_
in the FAQ.
.. seealso::
:ref:`How you can contribute to the project <contributing>`
Documentation Team
------------------
The following people help with documenting the project:
.. include:: documentation_team.rst
Contributor Experience Team
---------------------------
The following people are active contributors who also help with
:ref:`triaging issues <bug_triaging>`, PRs, and general
maintenance:
.. include:: contributor_experience_team.rst
Communication Team
------------------
The following people help with :ref:`communication around scikit-learn
<communication_team>`.
.. include:: communication_team.rst
Emeritus Core Developers
------------------------
The following people have been active contributors in the past, but are no
longer active in the project:
.. include:: authors_emeritus.rst
Emeritus Communication Team
---------------------------
The following people have been active in the communication team in the
past, but no longer have communication responsibilities:
.. include:: communication_team_emeritus.rst
Emeritus Contributor Experience Team
------------------------------------
The following people have been active in the contributor experience team in the
past:
.. include:: contributor_experience_team_emeritus.rst
.. _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
<https://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:
:arxiv:`API design for machine learning software: experiences from the scikit-learn
project <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/main/doc/logos>`_
source directory.
.. image:: images/scikit-learn-logo-notext.png
:align: center
Funding
-------
Scikit-Learn is a community driven project, however institutional and private
grants help to assure its sustainability.
The project would like to thank the following funders.
...................................
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`:probabl. <https://probabl.ai>`_ funds Adrin Jalali, Arturo Amor,
François Goupil, Guillaume Lemaitre, Jérémie du Boisberranger, Olivier Grisel, and
Stefanie Senger.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/probabl.png
:width: 75pt
:align: center
:target: https://probabl.ai
.. raw:: html
</div>
</div>
..........
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
The `Members <https://scikit-learn.fondation-inria.fr/en/home/#sponsors>`_ of
the `Scikit-Learn Consortium at Inria Foundation
<https://scikit-learn.fondation-inria.fr/en/home/>`_ help at maintaining and
improving the project through their financial support.
.. raw:: html
</div>
.. |chanel| image:: images/chanel.png
:width: 55pt
:target: https://www.chanel.com
.. |axa| image:: images/axa.png
:width: 40pt
:target: https://www.axa.fr/
.. |bnp| image:: images/bnp.png
:width: 120pt
:target: https://www.bnpparibascardif.com/
.. |dataiku| image:: images/dataiku.png
:width: 55pt
:target: https://www.dataiku.com/
.. |hf| image:: images/huggingface_logo-noborder.png
:width: 55pt
:target: https://huggingface.co
.. |nvidia| image:: images/nvidia.png
:width: 55pt
:target: https://www.nvidia.com
.. |inria| image:: images/inria-logo.jpg
:width: 75pt
:target: https://www.inria.fr
.. raw:: html
<div class="sk-sponsor-div-box">
.. table::
:class: sk-sponsor-table
+----------+-----------+
| |chanel| |
+----------+-----------+
| |
+----------+-----------+
| |axa| | |bnp| |
+----------+-----------+
| |
+----------+-----------+
| |nvidia| | |hf| |
+----------+-----------+
| |
+----------+-----------+
| |dataiku| |
+----------+-----------+
| |
+----------+-----------+
| |inria| |
+----------+-----------+
.. raw:: html
</div>
</div>
..........
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`NVidia <https://nvidia.com>`_ funds Tim Head since 2022
and is part of the scikit-learn consortium at Inria.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/nvidia.png
:width: 55pt
:align: center
:target: https://nvidia.com
.. raw:: html
</div>
</div>
..........
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`Microsoft <https://microsoft.com/>`_ funds Andreas Müller since 2020.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/microsoft.png
:width: 100pt
:align: center
:target: https://www.microsoft.com/
.. raw:: html
</div>
</div>
...........
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`Quansight Labs <https://labs.quansight.org>`_ funds Lucy Liu since 2022.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/quansight-labs.png
:width: 100pt
:align: center
:target: https://labs.quansight.org
.. raw:: html
</div>
</div>
Past Sponsors
.............
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`Quansight Labs <https://labs.quansight.org>`_ funded Meekail Zain in 2022 and 2023 and,
funded Thomas J. Fan from 2021 to 2023.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/quansight-labs.png
:width: 100pt
:align: center
:target: https://labs.quansight.org
.. raw:: html
</div>
</div>
...........
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`Columbia University <https://columbia.edu/>`_ funded Andreas Müller
(2016-2020).
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/columbia.png
:width: 50pt
:align: center
:target: https://www.columbia.edu/
.. raw:: html
</div>
</div>
........
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`The University of Sydney <https://sydney.edu.au/>`_ funded Joel Nothman
(2017-2021).
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/sydney-primary.jpeg
:width: 100pt
:align: center
:target: https://sydney.edu.au/
.. raw:: html
</div>
</div>
...........
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
Andreas Müller received a grant to improve scikit-learn from the
`Alfred P. Sloan Foundation <https://sloan.org>`_ .
This grant supported the position of Nicolas Hug and Thomas J. Fan.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/sloan_banner.png
:width: 100pt
:align: center
:target: https://sloan.org/
.. raw:: html
</div>
</div>
.............
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`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-2017) to work on this project
full-time. It also hosts coding sprints and other events.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/inria-logo.jpg
:width: 100pt
:align: center
:target: https://www.inria.fr
.. raw:: html
</div>
</div>
.....................
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`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), 50% of the time of Guillaume Lemaitre (2016-2017) and 50% of the
time of Joris van den Bossche (2017-2018).
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/cds-logo.png
:width: 100pt
:align: center
:target: http://www.datascience-paris-saclay.fr/
.. raw:: html
</div>
</div>
..........................
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`NYU Moore-Sloan Data Science Environment <https://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.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/nyu_short_color.png
:width: 100pt
:align: center
:target: https://cds.nyu.edu/mooresloan/
.. raw:: html
</div>
</div>
........................
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`Télécom Paristech <https://www.telecom-paristech.fr/>`_ funded Manoj Kumar
(2014), Tom Dupré la Tour (2015), Raghav RV (2015-2017), Thierry Guillemot
(2016-2017) and Albert Thomas (2017) to work on scikit-learn.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/telecom.png
:width: 50pt
:align: center
:target: https://www.telecom-paristech.fr/
.. raw:: html
</div>
</div>
.....................
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`The Labex DigiCosme <https://digicosme.lri.fr>`_ funded Nicolas Goix
(2015-2016), Tom Dupré la Tour (2015-2016 and 2017-2018), Mathurin Massias
(2018-2019) to work part time on scikit-learn during their PhDs. It also
funded a scikit-learn coding sprint in 2015.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/digicosme.png
:width: 100pt
:align: center
:target: https://digicosme.lri.fr
.. raw:: html
</div>
</div>
.....................
.. raw:: html
<div class="sk-sponsor-div">
<div class="sk-sponsor-div-box">
`The Chan-Zuckerberg Initiative <https://chanzuckerberg.com/>`_ funded Nicolas
Hug to work full-time on scikit-learn in 2020.
.. raw:: html
</div>
<div class="sk-sponsor-div-box">
.. image:: images/czi_logo.svg
:width: 100pt
:align: center
:target: https://chanzuckerberg.com
.. raw:: html
</div>
</div>
......................
The following students were sponsored by `Google
<https://opensource.google/>`_ 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 <https://yenchenlin.me/>`_
.. _Vlad Niculae: https://vene.ro/
...................
The `NeuroDebian <http://neuro.debian.net>`_ project providing `Debian
<https://www.debian.org/>`_ packaging and contributions is supported by
`Dr. James V. Haxby <http://haxbylab.dartmouth.edu/>`_ (`Dartmouth
College <https://pbs.dartmouth.edu/>`_).
...................
The following organizations funded the scikit-learn consortium at Inria in
the past:
.. |msn| image:: images/microsoft.png
:width: 100pt
:target: https://www.microsoft.com/
.. |bcg| image:: images/bcg.png
:width: 100pt
:target: https://www.bcg.com/beyond-consulting/bcg-gamma/default.aspx
.. |fujitsu| image:: images/fujitsu.png
:width: 100pt
:target: https://www.fujitsu.com/global/
.. |aphp| image:: images/logo_APHP_text.png
:width: 150pt
:target: https://aphp.fr/
|bcg| |msn| |fujitsu| |aphp|
Sprints
-------
The International 2019 Paris sprint was kindly hosted by `AXA <https://www.axa.fr/>`_.
Also some participants could attend thanks to the support of the `Alfred P.
Sloan Foundation <https://sloan.org>`_, the `Python Software
Foundation <https://www.python.org/psf/>`_ (PSF) and the `DATAIA Institute
<https://dataia.eu/en>`_.
.....................
The 2013 International Paris Sprint was made possible thanks to the support of
`Télécom Paristech <https://www.telecom-paristech.fr/>`_, `tinyclues
<https://www.tinyclues.com/>`_, the `French Python Association
<https://www.afpy.org/>`_ and the `Fonds de la Recherche Scientifique
<https://www.frs-fnrs.be>`_.
..............
The 2011 International Granada sprint was made possible thanks to the support
of the `PSF <https://www.python.org/psf/>`_ and `tinyclues
<https://www.tinyclues.com/>`_.
Donating to the project
.......................
If you are interested in donating to the project or to one of our code-sprints,
please donate via the `NumFOCUS Donations Page
<https://numfocus.org/donate-to-scikit-learn>`_.
.. raw :: html
<div style="text-align: center;">
<a class="btn btn-warning btn-big sk-donate-btn mb-1" href="https://numfocus.org/donate-to-scikit-learn">Help us, <strong>donate!</strong></a>
</div>
</br>
All donations will be handled by `NumFOCUS
<https://numfocus.org/>`_, a non-profit-organization which is
managed by a board of `Scipy community members
<https://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]_.
.. 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.
Infrastructure support
----------------------
- We would also like to thank `Microsoft Azure
<https://azure.microsoft.com/en-us/>`_, `Cirrus Cl <https://cirrus-ci.org>`_,
`CircleCl <https://circleci.com/>`_ for free CPU time on their Continuous
Integration servers, and `Anaconda Inc. <https://www.anaconda.com>`_ for the
storage they provide for our staging and nightly builds.
|