@@ -31,21 +31,14 @@ scikit-learn
31
31
scikit-learn is a Python module for machine learning built on top of
32
32
SciPy and distributed under the 3-Clause BSD license.
33
33
34
- <<<<<<< 154635e629fd5585ff5bb4ad782315e2c5610177
35
- <<<<<<< 18852978821063655c852f46eff0eff4765e8182
36
34
The project was started in 2007 by David Cournapeau as a Google Summer
37
35
of Code project, and since then many volunteers have contributed. See
38
36
the `AUTHORS.rst <AUTHORS.rst >`_ file for a complete list of contributors.
39
37
40
38
It is currently maintained by a team of volunteers.
41
39
42
-
43
- =======
44
- >>>>>>> Update install
45
- =======
46
40
Website: http://scikit-learn.org
47
41
48
- >>>>>>> Fix changes re: @amuller
49
42
Installation
50
43
------------
51
44
@@ -80,13 +73,6 @@ or ``conda``::
80
73
The documentation includes more detailed `installation instructions <http://scikit-learn.org/stable/install.html >`_.
81
74
82
75
83
- Documentation
84
- -------------
85
-
86
- - HTML documentation (stable release): http://scikit-learn.org
87
- - HTML documentation (development version): http://scikit-learn.org/dev/
88
-
89
-
90
76
Development
91
77
-----------
92
78
@@ -156,9 +142,20 @@ The project is currently maintained by a team of volunteers.
156
142
**Note ** `scikit-learn ` was previously referred to as `scikits.learn `.
157
143
158
144
145
+ Help and Support
146
+ ----------------
147
+
148
+ Documentation
149
+ ~~~~~~~~~~~~~
150
+
151
+ - HTML documentation (stable release): http://scikit-learn.org
152
+ - HTML documentation (development version): http://scikit-learn.org/dev/
153
+ - FAQ: http://scikit-learn.org/stable/faq.html
154
+
159
155
Communication
160
- -------------
156
+ ~~~~~~~~~~~~~
161
157
162
158
- Mailing list: https://mail.python.org/mailman/listinfo/scikit-learn
163
159
- IRC channel: ``#scikit-learn `` at ``irc.freenode.net ``
164
-
160
+ - Stack Overflow: http://stackoverflow.com/questions/tagged/scikit-learn
161
+ - Website: http://scikit-learn.org
0 commit comments