-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsupport.html
204 lines (175 loc) · 7.89 KB
/
support.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Support — scikit-learn 0.11-git documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.11-git',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="top" title="scikit-learn 0.11-git documentation" href="index.html" />
<link rel="next" title="0.11" href="whats_new.html" />
<link rel="prev" title="About us" href="about.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22606712-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="header-wrapper">
<div class="header">
<p class="logo"><a href="index.html">
<img src="_static/scikit-learn-logo-small.png" alt="Logo"/>
</a>
</p><div class="navbar">
<ul>
<li><a href="install.html">Download</a></li>
<li><a href="#">Support</a></li>
<li><a href="user_guide.html">User Guide</a></li>
<li><a href="auto_examples/index.html">Examples</a></li>
<li><a href="modules/classes.html">Reference</a></li>
</ul>
<div class="search_form">
<div id="cse" style="width: 100%;"></div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('016639176250731907682:tjtqbvtvij0');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
options.setAutoComplete(true);
customSearchControl.draw('cse', options);
}, true);
</script>
</div>
</div> <!-- end navbar --></div>
</div>
<div class="content-wrapper">
<div class="sphinxsidebar">
<div class="rel rellarge">
<!-- rellinks[1:] is an ugly hack to avoid link to module
index -->
<div class="rellink">
<a href="about.html" title="About us"
accesskey="P">Previous
<br>
<span class="smallrellink">
About us
</span>
<span class="hiddenrellink">
About us
</span>
</a>
</div>
<div class="spacer">
</div>
<div class="rellink">
<a href="whats_new.html" title="0.11"
accesskey="N">Next
<br>
<span class="smallrellink">
0.11
</span>
<span class="hiddenrellink">
0.11
</span>
</a>
</div>
<!-- Ad a link to the 'up' page -->
</div>
<p style="text-align: center">This documentation is
for scikit-learn <strong>version 0.11-git</strong>
— <a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p>
<h3>Citing</h3>
<p>If you use the software, please consider
<a href="about.html#citing-scikit-learn">citing scikit-learn</a>.</p>
<h3>This page</h3>
<ul>
<li><a class="reference internal" href="#">Support</a><ul>
<li><a class="reference internal" href="#mailing-list">Mailing List</a></li>
<li><a class="reference internal" href="#bug-tracker">Bug tracker</a></li>
<li><a class="reference internal" href="#irc">IRC</a></li>
<li><a class="reference internal" href="#documentation-resources">Documentation resources</a></li>
</ul>
</li>
</ul>
</div>
<div class="content">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="support">
<h1>Support<a class="headerlink" href="#support" title="Permalink to this headline">¶</a></h1>
<p>There are several ways to get in touch with the developers.</p>
<div class="section" id="mailing-list">
<span id="mailing-lists"></span><h2>Mailing List<a class="headerlink" href="#mailing-list" title="Permalink to this headline">¶</a></h2>
<p>The main mailing list is <a class="reference external" href="https://lists.sourceforge.net/lists/listinfo/scikit-learn-general">scikit-learn-general</a>. There
is also a commit list <a class="reference external" href="https://lists.sourceforge.net/lists/listinfo/scikit-learn-commits">scikit-learn-commits</a>, where updates to the main repository get notified.</p>
</div>
<div class="section" id="bug-tracker">
<span id="id1"></span><h2>Bug tracker<a class="headerlink" href="#bug-tracker" title="Permalink to this headline">¶</a></h2>
<p>If you think you’ve encoutered a bug, please report it to the issue tracker:</p>
<p><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/issues">https://github.com/scikit-learn/scikit-learn/issues</a></p>
</div>
<div class="section" id="irc">
<span id="id2"></span><h2>IRC<a class="headerlink" href="#irc" title="Permalink to this headline">¶</a></h2>
<p>Some developers like to hang out on channel <tt class="docutils literal"><span class="pre">#scikit-learn</span></tt> on
<tt class="docutils literal"><span class="pre">irc.freenode.net</span></tt>.</p>
<p>If you do not have an IRC client or are behind a firewall this web
client works fine: <a class="reference external" href="http://webchat.freenode.net">http://webchat.freenode.net</a></p>
</div>
<div class="section" id="documentation-resources">
<span id="id3"></span><h2>Documentation resources<a class="headerlink" href="#documentation-resources" title="Permalink to this headline">¶</a></h2>
<p>This documentation is relative to 0.11-git. Documentation for other
versions can be found here:</p>
<blockquote>
<div><ul class="simple">
<li><a class="reference external" href="http://scikit-learn.org/dev/">Development version</a></li>
<li><a class="reference external" href="http://scikit-learn.org/0.10/">0.10</a></li>
<li><a class="reference external" href="http://scikit-learn.org/0.9/">0.9</a></li>
<li><a class="reference external" href="http://scikit-learn.org/0.8/">0.8</a></li>
<li><a class="reference external" href="http://scikit-learn.org/0.7/">0.7</a></li>
<li><a class="reference external" href="http://scikit-learn.org/0.6/">0.6</a></li>
<li><a class="reference external" href="http://scikit-learn.org/0.5/">0.5</a></li>
</ul>
</div></blockquote>
<p>Printable pdf documentation for all versions can be found <a class="reference external" href="http://sourceforge.net/projects/scikit-learn/files/documentation/">here</a>.</p>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer">
© 2010–2011, scikit-learn developers (BSD License).
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2. Design by <a href="http://webylimonada.com">Web y Limonada</a>.
<span style="padding-left: 5ex;">
<a href="_sources/support.txt"
rel="nofollow">Show this page source</a>
</span>
</div>
</body>
</html>