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
|
=======
Support
=======
There are several ways to get in touch with the developers.
.. _mailing_lists:
Mailing List
============
The main mailing list is `scikit-learn-general
<https://lists.sourceforge.net/lists/listinfo/scikit-learn-general>`_. There
is also a commit list `scikit-learn-commits <https://lists.sourceforge.net/lists/listinfo/scikit-learn-commits>`_, where updates to the main repository get notified.
.. _bug_tracker:
Bug tracker
===========
If you think you've encoutered a bug, please report it to the issue tracker:
https://github.com/scikit-learn/scikit-learn/issues
.. _irc:
IRC
===
Some developers like to hang out on channel ``#scikit-learn`` on
``irc.freenode.net``.
If you do not have an IRC client or are behind a firewall this web
client works fine: http://webchat.freenode.net
.. _documentation_resources:
Documentation resources
=======================
This documentation is relative to |release|. Documentation for other
versions can be found here:
* `Development version <http://scikit-learn.org/dev/>`_
* `0.10 <http://scikit-learn.org/0.10/>`_
* `0.9 <http://scikit-learn.org/0.9/>`_
* `0.8 <http://scikit-learn.org/0.8/>`_
* `0.7 <http://scikit-learn.org/0.7/>`_
* `0.6 <http://scikit-learn.org/0.6/>`_
* `0.5 <http://scikit-learn.org/0.5/>`_
Printable pdf documentation for all versions can be found `here
<http://sourceforge.net/projects/scikit-learn/files/documentation/>`_.
|