2011-12-20 18:21:15 +08:00
|
|
|
=======
|
|
|
|
|
Support
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
There are several ways to get in touch with the developers.
|
|
|
|
|
|
2010-09-07 22:28:17 +08:00
|
|
|
|
2010-12-17 22:05:04 +08:00
|
|
|
.. _mailing_lists:
|
|
|
|
|
|
2010-09-07 22:28:17 +08:00
|
|
|
Mailing List
|
|
|
|
|
============
|
|
|
|
|
|
2014-07-15 16:55:47 +08:00
|
|
|
- The main mailing list is `scikit-learn-general
|
2012-07-23 17:55:23 +08:00
|
|
|
<https://lists.sourceforge.net/lists/listinfo/scikit-learn-general>`_.
|
2012-07-22 18:50:25 +08:00
|
|
|
|
|
|
|
|
- There is also a commit list `scikit-learn-commits
|
2012-07-23 17:55:23 +08:00
|
|
|
<https://lists.sourceforge.net/lists/listinfo/scikit-learn-commits>`_,
|
|
|
|
|
where updates to the main repository and test failures get notified.
|
2012-07-22 18:50:25 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.. _user_questions:
|
|
|
|
|
|
|
|
|
|
User questions
|
|
|
|
|
==============
|
|
|
|
|
|
|
|
|
|
- Some scikit-learn developers support users on StackOverflow using
|
2012-07-23 17:55:23 +08:00
|
|
|
the `[scikit-learn] <http://stackoverflow.com/questions/tagged/scikit-learn>`_
|
|
|
|
|
tag.
|
2012-07-22 18:50:25 +08:00
|
|
|
|
2013-06-27 21:09:16 +08:00
|
|
|
- For general theoretical or methodological Machine Learning questions
|
2012-07-23 17:55:23 +08:00
|
|
|
`metaoptimize.com/qa <http://metaoptimize.com/qa>`_ is probably a more
|
|
|
|
|
suitable venue.
|
2012-07-22 18:50:25 +08:00
|
|
|
|
|
|
|
|
In both cases please use a descriptive question in the title field (e.g.
|
|
|
|
|
no "Please help with scikit-learn!" as this is not a question) and put
|
|
|
|
|
details on what you tried to achieve, what were the expected results and
|
|
|
|
|
what you observed instead in the details field.
|
|
|
|
|
|
|
|
|
|
Code and data snippets are welcome. Minimalistic (up to ~20 lines long)
|
|
|
|
|
reproduction script very helpful.
|
|
|
|
|
|
|
|
|
|
Please describe the nature of your data and the how you preprocessed it:
|
|
|
|
|
what is the number of samples, what is the number and type of features
|
|
|
|
|
(i.d. categorical or numerical) and for supervised learning tasks,
|
|
|
|
|
what target are your trying to predict: binary, multiclass (1 out of
|
|
|
|
|
``n_classes``) or multilabel (``k`` out of ``n_classes``) classification
|
|
|
|
|
or continuous variable regression.
|
2010-09-07 22:28:17 +08:00
|
|
|
|
|
|
|
|
|
2010-12-17 22:05:04 +08:00
|
|
|
.. _bug_tracker:
|
2010-09-07 22:28:17 +08:00
|
|
|
|
|
|
|
|
Bug tracker
|
|
|
|
|
===========
|
|
|
|
|
|
2013-06-27 21:09:16 +08:00
|
|
|
If you think you've encountered a bug, please report it to the issue tracker:
|
2010-09-07 22:28:17 +08:00
|
|
|
|
2010-12-17 19:21:10 +08:00
|
|
|
https://github.com/scikit-learn/scikit-learn/issues
|
2010-09-07 22:28:17 +08:00
|
|
|
|
2012-07-22 18:50:25 +08:00
|
|
|
Don't forget to include:
|
|
|
|
|
|
|
|
|
|
- steps (or better script) to reproduce,
|
|
|
|
|
|
|
|
|
|
- expected outcome,
|
|
|
|
|
|
|
|
|
|
- observed outcome or python (or gdb) tracebacks
|
|
|
|
|
|
|
|
|
|
To help developers fix your bug faster, please link to a https://gist.github.com
|
|
|
|
|
holding a standalone minimalistic python script that reproduces your bug and
|
|
|
|
|
optionally a minimalistic subsample of your dataset (for instance exported
|
2014-07-06 19:33:20 +08:00
|
|
|
as CSV files using ``numpy.savetxt``).
|
2012-07-22 18:50:25 +08:00
|
|
|
|
|
|
|
|
Note: gists are git cloneable repositories and thus you can use git to
|
|
|
|
|
push datafiles to them.
|
|
|
|
|
|
2011-12-20 18:21:15 +08:00
|
|
|
|
|
|
|
|
.. _irc:
|
|
|
|
|
|
2010-09-07 22:28:17 +08:00
|
|
|
IRC
|
|
|
|
|
===
|
2011-07-16 01:00:20 +08:00
|
|
|
|
2011-12-20 18:21:15 +08:00
|
|
|
Some developers like to hang out on channel ``#scikit-learn`` on
|
|
|
|
|
``irc.freenode.net``.
|
2010-09-07 22:28:17 +08:00
|
|
|
|
2011-12-20 18:21:15 +08:00
|
|
|
If you do not have an IRC client or are behind a firewall this web
|
2011-05-10 15:06:06 +08:00
|
|
|
client works fine: http://webchat.freenode.net
|
2010-12-17 19:21:10 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.. _documentation_resources:
|
|
|
|
|
|
|
|
|
|
Documentation resources
|
|
|
|
|
=======================
|
|
|
|
|
|
|
|
|
|
This documentation is relative to |release|. Documentation for other
|
|
|
|
|
versions can be found here:
|
|
|
|
|
|
2014-07-15 16:55:47 +08:00
|
|
|
* `0.15 <http://scikit-learn.org/0.15/>`_
|
|
|
|
|
* `0.14 <http://scikit-learn.org/0.14/>`_
|
2013-01-22 05:07:26 +08:00
|
|
|
* `0.13 <http://scikit-learn.org/0.13/>`_
|
2012-09-05 02:39:19 +08:00
|
|
|
* `0.12 <http://scikit-learn.org/0.12/>`_
|
|
|
|
|
* `0.11 <http://scikit-learn.org/0.11/>`_
|
2012-01-23 03:34:46 +08:00
|
|
|
* `0.10 <http://scikit-learn.org/0.10/>`_
|
2011-11-11 19:13:00 +08:00
|
|
|
* `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/>`_
|
2010-12-17 19:21:10 +08:00
|
|
|
|
2011-12-20 18:21:15 +08:00
|
|
|
Printable pdf documentation for all versions can be found `here
|
|
|
|
|
<http://sourceforge.net/projects/scikit-learn/files/documentation/>`_.
|