Skip to content

Commit 3f195e6

Browse files
committed
Rebuild dev docs at master=96f587a
1 parent b2bd5da commit 3f195e6

File tree

657 files changed

+4688
-4614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

657 files changed

+4688
-4614
lines changed

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: e63c2b988a3b44ccb911a6df83005e54
3+
config: 7428c9dd0e2fe5a32dd39c1f52ee5c08
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

dev/_images/bestofmedia-logo.png

170 Bytes
Loading

dev/_images/plot_rbf_parameters.png

89.5 KB
Loading

dev/_images/plot_rbf_parameters1.png

89.5 KB
Loading
248 KB
Loading
44.3 KB
Loading

dev/_sources/auto_examples/svm/plot_rbf_parameters.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,20 @@ map.
7474
.. rst-class:: horizontal
7575

7676

77+
*
78+
79+
.. image:: images/plot_rbf_parameters_001.png
80+
:scale: 47
81+
82+
*
83+
84+
.. image:: images/plot_rbf_parameters_002.png
85+
:scale: 47
86+
87+
88+
**Script output**::
89+
90+
The best parameters are {'C': 1.0, 'gamma': 0.10000000000000001} with a score of 0.97
7791

7892

7993

@@ -82,6 +96,6 @@ map.
8296
.. literalinclude:: plot_rbf_parameters.py
8397
:lines: 68-
8498

85-
**Total running time of the example:** 0.00 seconds
86-
( 0 minutes 0.00 seconds)
99+
**Total running time of the example:** 13.58 seconds
100+
( 0 minutes 13.58 seconds)
87101

dev/_sources/documentation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="container-index">
44

5-
Documentation of scikit-learn 0.17.dev0
5+
Documentation of scikit-learn 0.18.dev0
66
=======================================
77

88
.. raw:: html
@@ -28,7 +28,7 @@ Documentation of scikit-learn 0.17.dev0
2828
<!-- doc versions -->
2929
<h2>Other Versions</h2>
3030
<ul>
31-
<li>scikit-learn 0.17 (development)</li>
31+
<li>scikit-learn 0.18 (development)</li>
3232
<li><a href="http://scikit-learn.org/stable/documentation.html">scikit-learn 0.16 (stable)</a></li>
3333
<li><a href="http://scikit-learn.org/0.15/documentation.html">scikit-learn 0.15</a></li>
3434
</ul>

dev/_sources/whats_new.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
.. currentmodule:: sklearn
22

3-
.. _changes_0_17:
3+
.. _changes_0_18:
44

55
===============
66
Release history
77
===============
88

9+
Version 0.18
10+
============
11+
12+
Changelog
13+
---------
14+
15+
New features
16+
............
17+
18+
Enhancements
19+
............
20+
21+
Bug fixes
22+
.........
23+
24+
API changes summary
25+
-------------------
26+
27+
28+
.. _changes_0_17:
29+
930
Version 0.17
1031
============
1132

dev/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

1010

11-
<title>About us &mdash; scikit-learn 0.17.dev0 documentation</title>
11+
<title>About us &mdash; scikit-learn 0.18.dev0 documentation</title>
1212
<!-- htmltitle is before nature.css - we use this hack to load bootstrap first -->
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1414
<link rel="stylesheet" href="_static/css/bootstrap.min.css" media="screen" />
@@ -22,7 +22,7 @@
2222
<script type="text/javascript">
2323
var DOCUMENTATION_OPTIONS = {
2424
URL_ROOT: './',
25-
VERSION: '0.17.dev0',
25+
VERSION: '0.18.dev0',
2626
COLLAPSE_INDEX: false,
2727
FILE_SUFFIX: '.html',
2828
HAS_SOURCE: true
@@ -34,7 +34,7 @@
3434
<script type="text/javascript" src="_static/js/copybutton.js"></script>
3535
<link rel="shortcut icon" href="_static/favicon.ico"/>
3636
<link rel="author" title="About these documents" href="#" />
37-
<link rel="top" title="scikit-learn 0.17.dev0 documentation" href="index.html" />
37+
<link rel="top" title="scikit-learn 0.18.dev0 documentation" href="index.html" />
3838
<link rel="up" title="scikit-learn" href="preface.html" />
3939
<link rel="next" title="Who is using scikit-learn?" href="testimonials/testimonials.html" />
4040
<link rel="prev" title="Related Projects" href="related_projects.html" />
@@ -144,7 +144,7 @@
144144
</div>
145145
</div>
146146

147-
<p class="doc-version">This documentation is for scikit-learn <strong>version 0.17.dev0</strong> &mdash; <a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p>
147+
<p class="doc-version">This documentation is for scikit-learn <strong>version 0.18.dev0</strong> &mdash; <a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p>
148148
<p class="citing">If you use the software, please consider <a href="##citing-scikit-learn">citing scikit-learn</a>.</p>
149149
<ul>
150150
<li><a class="reference internal" href="#">About us</a><ul>

0 commit comments

Comments
 (0)