2011-12-18 19:39:53 +08:00
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
2015-12-03 07:16:40 +08:00
ask on the `Mailing List <http://scikit-learn.org/stable/support.html> `_
2011-12-18 19:39:53 +08:00
2012-12-06 09:20:28 +08:00
Q&A communities with Machine Learning practitioners
2011-12-18 19:39:53 +08:00
----------------------------------------------------
:Quora.com:
Quora has a topic for Machine Learning related questions that
also features some interesting discussions:
2015-12-03 07:16:40 +08:00
https://www.quora.com/topic/Machine-Learning
2011-12-18 19:39:53 +08:00
2016-07-28 04:58:25 +08:00
:Stack Exchange:
2011-12-18 19:39:53 +08:00
2016-07-28 04:58:25 +08:00
The Stack Exchange family of sites hosts `multiple subdomains for Machine Learning questions`_ .
2011-12-18 19:39:53 +08:00
2015-12-03 07:16:40 +08:00
.. _`How do I learn machine learning?`: https://www.quora.com/How-do-I-learn-machine-learning-1
2012-12-06 09:20:28 +08:00
2018-10-06 00:50:31 +08:00
.. _`multiple subdomains for Machine Learning questions`: https://meta.stackexchange.com/q/130524
2016-07-28 04:58:25 +08:00
2015-12-03 07:16:40 +08:00
-- _'An excellent free online course for Machine Learning taught by Professor Andrew Ng of Stanford': https://www.coursera.org/learn/machine-learning
2012-12-06 09:20:28 +08:00
2015-12-03 07:16:40 +08:00
-- _'Another excellent free online course that takes a more general approach to Artificial Intelligence': https://www.udacity.com/course/intro-to-artificial-intelligence--cs271