scikit-learn/doc/tutorial/statistical_inference/finding_help.rst

33 lines
1.2 KiB
ReStructuredText

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`: https://meta.stackexchange.com/q/130524
-- _'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