File: finding_help.rst

package info (click to toggle)
scikit-learn 0.20.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 51,036 kB
  • sloc: python: 108,171; ansic: 8,722; cpp: 5,651; makefile: 192; sh: 40
file content (32 lines) | stat: -rw-r--r-- 1,319 bytes parent folder | download | duplicates (2)
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
Finding help
============


The project mailing list
------------------------

If you encounter a bug with ``scikit-learn`` or something that needs
clarification in the docstring or the online documentation, please feel free to
ask on the `Mailing List <http://scikit-learn.org/stable/support.html>`_


Q&A communities with Machine Learning practitioners
----------------------------------------------------

  :Quora.com:

    Quora has a topic for Machine Learning related questions that
    also features some interesting discussions:
    https://www.quora.com/topic/Machine-Learning

  :Stack Exchange:

    The Stack Exchange family of sites hosts `multiple subdomains for Machine Learning questions`_.

.. _`How do I learn machine learning?`: https://www.quora.com/How-do-I-learn-machine-learning-1

.. _`multiple subdomains for Machine Learning questions`: http://meta.stackexchange.com/questions/130524/which-stack-exchange-website-for-machine-learning-and-computational-algorithms

-- _'An excellent free online course for Machine Learning taught by Professor Andrew Ng of Stanford': https://www.coursera.org/learn/machine-learning

-- _'Another excellent free online course that takes a more general approach to Artificial Intelligence': https://www.udacity.com/course/intro-to-artificial-intelligence--cs271