Skip to content

Commit 4a18ec7

Browse files
committed
Rebuild dev docs at master=99530a3
1 parent 1e32b6d commit 4a18ec7

File tree

69 files changed

+168
-428
lines changed

Some content is hidden

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

69 files changed

+168
-428
lines changed

dev/_sources/auto_examples/preprocessing/plot_function_transformer.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ PCA transformed data.
2525
.. literalinclude:: plot_function_transformer.py
2626
:lines: 11-
2727

28-
**Total running time of the example:** 0.00 seconds
29-
( 0 minutes 0.00 seconds)
28+
**Total running time of the example:** 0.01 seconds
29+
( 0 minutes 0.01 seconds)
3030

dev/auto_examples/ensemble/plot_partial_dependence.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
(see <a class="reference internal" href="../../modules/generated/sklearn.ensemble.GradientBoostingRegressor.html#sklearn.ensemble.GradientBoostingRegressor.feature_importances_" title="sklearn.ensemble.GradientBoostingRegressor.feature_importances_"><tt class="xref py py-attr docutils literal"><span class="pre">feature_importances_</span></tt></a>).</p>
177177
<p>This example shows how to obtain partial dependence plots from a
178178
<a class="reference internal" href="../../modules/generated/sklearn.ensemble.GradientBoostingRegressor.html#sklearn.ensemble.GradientBoostingRegressor" title="sklearn.ensemble.GradientBoostingRegressor"><tt class="xref py py-class docutils literal"><span class="pre">GradientBoostingRegressor</span></tt></a> trained on the California
179-
housing dataset. The example is taken from <a class="reference internal" href="../../modules/ensemble.html#htf2009" id="id2">[HTF2009]</a>.</p>
179+
housing dataset. The example is taken from <a class="reference internal" href="#htf2009" id="id2">[HTF2009]</a>.</p>
180180
<p>The plot shows four one-way and one two-way partial dependence plots.
181181
The target variables for the one-way PDP are:
182182
median income (<cite>MedInc</cite>), avg. occupants per household (<cite>AvgOccup</cite>),

dev/auto_examples/preprocessing/plot_function_transformer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@
236236
<a href="http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.show"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
237237
</pre></div>
238238
</div>
239-
<p><strong>Total running time of the example:</strong> 0.00 seconds
240-
( 0 minutes 0.00 seconds)</p>
239+
<p><strong>Total running time of the example:</strong> 0.01 seconds
240+
( 0 minutes 0.01 seconds)</p>
241241
</div>
242242

243243

dev/modules/generated/sklearn.calibration.CalibratedClassifierCV.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,31 +237,31 @@ <h1><a class="reference internal" href="../classes.html#module-sklearn.calibrati
237237
</tbody>
238238
</table>
239239
<p class="rubric">References</p>
240-
<table class="docutils citation" frame="void" id="r108" rules="none">
240+
<table class="docutils citation" frame="void" id="r1" rules="none">
241241
<colgroup><col class="label" /><col /></colgroup>
242242
<tbody valign="top">
243-
<tr><td class="label"><a class="fn-backref" href="#id1">[R108]</a></td><td>Obtaining calibrated probability estimates from decision trees
243+
<tr><td class="label"><a class="fn-backref" href="#id1">[R1]</a></td><td>Obtaining calibrated probability estimates from decision trees
244244
and naive Bayesian classifiers, B. Zadrozny &amp; C. Elkan, ICML 2001</td></tr>
245245
</tbody>
246246
</table>
247-
<table class="docutils citation" frame="void" id="r109" rules="none">
247+
<table class="docutils citation" frame="void" id="r2" rules="none">
248248
<colgroup><col class="label" /><col /></colgroup>
249249
<tbody valign="top">
250-
<tr><td class="label"><a class="fn-backref" href="#id2">[R109]</a></td><td>Transforming Classifier Scores into Accurate Multiclass
250+
<tr><td class="label"><a class="fn-backref" href="#id2">[R2]</a></td><td>Transforming Classifier Scores into Accurate Multiclass
251251
Probability Estimates, B. Zadrozny &amp; C. Elkan, (KDD 2002)</td></tr>
252252
</tbody>
253253
</table>
254-
<table class="docutils citation" frame="void" id="r110" rules="none">
254+
<table class="docutils citation" frame="void" id="r3" rules="none">
255255
<colgroup><col class="label" /><col /></colgroup>
256256
<tbody valign="top">
257-
<tr><td class="label"><a class="fn-backref" href="#id3">[R110]</a></td><td>Probabilistic Outputs for Support Vector Machines and Comparisons to
257+
<tr><td class="label"><a class="fn-backref" href="#id3">[R3]</a></td><td>Probabilistic Outputs for Support Vector Machines and Comparisons to
258258
Regularized Likelihood Methods, J. Platt, (1999)</td></tr>
259259
</tbody>
260260
</table>
261-
<table class="docutils citation" frame="void" id="r111" rules="none">
261+
<table class="docutils citation" frame="void" id="r4" rules="none">
262262
<colgroup><col class="label" /><col /></colgroup>
263263
<tbody valign="top">
264-
<tr><td class="label"><a class="fn-backref" href="#id4">[R111]</a></td><td>Predicting Good Probabilities with Supervised Learning,
264+
<tr><td class="label"><a class="fn-backref" href="#id4">[R4]</a></td><td>Predicting Good Probabilities with Supervised Learning,
265265
A. Niculescu-Mizil &amp; R. Caruana, ICML 2005</td></tr>
266266
</tbody>
267267
</table>

dev/modules/generated/sklearn.cluster.AgglomerativeClustering.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<h1><a class="reference internal" href="../classes.html#module-sklearn.cluster" title="sklearn.cluster"><tt class="xref py py-mod docutils literal"><span class="pre">sklearn.cluster</span></tt></a>.AgglomerativeClustering<a class="headerlink" href="#sklearn-cluster-agglomerativeclustering" title="Permalink to this headline"></a></h1>
173173
<dl class="class">
174174
<dt id="sklearn.cluster.AgglomerativeClustering">
175-
<em class="property">class </em><tt class="descclassname">sklearn.cluster.</tt><tt class="descname">AgglomerativeClustering</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x1c7d1b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L583"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.AgglomerativeClustering" title="Permalink to this definition"></a></dt>
175+
<em class="property">class </em><tt class="descclassname">sklearn.cluster.</tt><tt class="descname">AgglomerativeClustering</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x2a421b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L583"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.AgglomerativeClustering" title="Permalink to this definition"></a></dt>
176176
<dd><p>Agglomerative Clustering</p>
177177
<p>Recursively merges the pair of clusters that minimally increases
178178
a given linkage distance.</p>
@@ -284,7 +284,7 @@ <h1><a class="reference internal" href="../classes.html#module-sklearn.cluster"
284284
</table>
285285
<dl class="method">
286286
<dt id="sklearn.cluster.AgglomerativeClustering.__init__">
287-
<tt class="descname">__init__</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x1c7d1b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L660"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.AgglomerativeClustering.__init__" title="Permalink to this definition"></a></dt>
287+
<tt class="descname">__init__</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x2a421b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L660"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.AgglomerativeClustering.__init__" title="Permalink to this definition"></a></dt>
288288
<dd></dd></dl>
289289

290290
<dl class="method">

dev/modules/generated/sklearn.cluster.FeatureAgglomeration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<h1><a class="reference internal" href="../classes.html#module-sklearn.cluster" title="sklearn.cluster"><tt class="xref py py-mod docutils literal"><span class="pre">sklearn.cluster</span></tt></a>.FeatureAgglomeration<a class="headerlink" href="#sklearn-cluster-featureagglomeration" title="Permalink to this headline"></a></h1>
173173
<dl class="class">
174174
<dt id="sklearn.cluster.FeatureAgglomeration">
175-
<em class="property">class </em><tt class="descclassname">sklearn.cluster.</tt><tt class="descname">FeatureAgglomeration</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x1c7d1b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L746"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.FeatureAgglomeration" title="Permalink to this definition"></a></dt>
175+
<em class="property">class </em><tt class="descclassname">sklearn.cluster.</tt><tt class="descname">FeatureAgglomeration</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x2a421b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L746"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.FeatureAgglomeration" title="Permalink to this definition"></a></dt>
176176
<dd><p>Agglomerate features.</p>
177177
<p>Similar to AgglomerativeClustering, but recursively merges features
178178
instead of samples.</p>
@@ -293,7 +293,7 @@ <h1><a class="reference internal" href="../classes.html#module-sklearn.cluster"
293293
</table>
294294
<dl class="method">
295295
<dt id="sklearn.cluster.FeatureAgglomeration.__init__">
296-
<tt class="descname">__init__</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x1c7d1b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L660"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.FeatureAgglomeration.__init__" title="Permalink to this definition"></a></dt>
296+
<tt class="descname">__init__</tt><big>(</big><em>n_clusters=2</em>, <em>affinity='euclidean'</em>, <em>memory=Memory(cachedir=None)</em>, <em>connectivity=None</em>, <em>compute_full_tree='auto'</em>, <em>linkage='ward'</em>, <em>pooling_func=&lt;function mean at 0x2a421b8&gt;</em><big>)</big><a class="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/99530a3/sklearn/cluster/hierarchical.py#L660"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sklearn.cluster.FeatureAgglomeration.__init__" title="Permalink to this definition"></a></dt>
297297
<dd></dd></dl>
298298

299299
<dl class="method">

dev/modules/generated/sklearn.datasets.load_boston.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,6 @@ <h2>Examples using <tt class="docutils literal"><span class="pre">sklearn.datase
239239
<a class="reference external image-reference" href="./../../auto_examples/ensemble/plot_gradient_boosting_regression.html"><img alt="../../_images/plot_gradient_boosting_regression1.png" src="../../_images/plot_gradient_boosting_regression1.png" /></a>
240240
<p class="caption"><a class="reference internal" href="../../auto_examples/ensemble/plot_gradient_boosting_regression.html#example-ensemble-plot-gradient-boosting-regression-py"><em>Gradient Boosting regression</em></a></p>
241241
</div>
242-
</div><div class="thumbnailContainer" tooltip="Demonstrate Gradient Boosting on the Boston housing dataset."><div class="figure">
243-
<a class="reference external image-reference" href="./../../auto_examples/ensemble/plot_gradient_boosting_regression.html"><img alt="../../_images/plot_gradient_boosting_regression1.png" src="../../_images/plot_gradient_boosting_regression1.png" /></a>
244-
<p class="caption"><a class="reference internal" href="../../auto_examples/ensemble/plot_gradient_boosting_regression.html#example-ensemble-plot-gradient-boosting-regression-py"><em>Gradient Boosting regression</em></a></p>
245-
</div>
246-
</div><div class="thumbnailContainer" tooltip="Use SelectFromModel meta-transformer along with Lasso to select the best couple of features fro..."><div class="figure">
247-
<a class="reference external image-reference" href="./../../auto_examples/feature_selection/plot_select_from_model_boston.html"><img alt="../../_images/plot_select_from_model_boston1.png" src="../../_images/plot_select_from_model_boston1.png" /></a>
248-
<p class="caption"><a class="reference internal" href="../../auto_examples/feature_selection/plot_select_from_model_boston.html#example-feature-selection-plot-select-from-model-boston-py"><em>Feature selection using SelectFromModel and LassoCV</em></a></p>
249-
</div>
250242
</div><div class="thumbnailContainer" tooltip="Use SelectFromModel meta-transformer along with Lasso to select the best couple of features fro..."><div class="figure">
251243
<a class="reference external image-reference" href="./../../auto_examples/feature_selection/plot_select_from_model_boston.html"><img alt="../../_images/plot_select_from_model_boston1.png" src="../../_images/plot_select_from_model_boston1.png" /></a>
252244
<p class="caption"><a class="reference internal" href="../../auto_examples/feature_selection/plot_select_from_model_boston.html#example-feature-selection-plot-select-from-model-boston-py"><em>Feature selection using SelectFromModel and LassoCV</em></a></p>

dev/modules/generated/sklearn.datasets.load_digits.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,6 @@ <h2>Examples using <tt class="docutils literal"><span class="pre">sklearn.datase
273273
<a class="reference external image-reference" href="./../../auto_examples/exercises/digits_classification_exercise.html"><img alt="../../_images/digits_classification_exercise1.png" src="../../_images/digits_classification_exercise1.png" /></a>
274274
<p class="caption"><a class="reference internal" href="../../auto_examples/exercises/digits_classification_exercise.html#example-exercises-digits-classification-exercise-py"><em>Digits Classification Exercise</em></a></p>
275275
</div>
276-
</div><div class="thumbnailContainer" tooltip="A tutorial exercise regarding the use of classification techniques on the Digits dataset."><div class="figure">
277-
<a class="reference external image-reference" href="./../../auto_examples/exercises/digits_classification_exercise.html"><img alt="../../_images/digits_classification_exercise1.png" src="../../_images/digits_classification_exercise1.png" /></a>
278-
<p class="caption"><a class="reference internal" href="../../auto_examples/exercises/digits_classification_exercise.html#example-exercises-digits-classification-exercise-py"><em>Digits Classification Exercise</em></a></p>
279-
</div>
280-
</div><div class="thumbnailContainer" tooltip="A tutorial exercise using Cross-validation with an SVM on the Digits dataset."><div class="figure">
281-
<a class="reference external image-reference" href="./../../auto_examples/exercises/plot_cv_digits.html"><img alt="../../_images/plot_cv_digits1.png" src="../../_images/plot_cv_digits1.png" /></a>
282-
<p class="caption"><a class="reference internal" href="../../auto_examples/exercises/plot_cv_digits.html#example-exercises-plot-cv-digits-py"><em>Cross-validation on Digits Dataset Exercise</em></a></p>
283-
</div>
284276
</div><div class="thumbnailContainer" tooltip="A tutorial exercise using Cross-validation with an SVM on the Digits dataset."><div class="figure">
285277
<a class="reference external image-reference" href="./../../auto_examples/exercises/plot_cv_digits.html"><img alt="../../_images/plot_cv_digits1.png" src="../../_images/plot_cv_digits1.png" /></a>
286278
<p class="caption"><a class="reference internal" href="../../auto_examples/exercises/plot_cv_digits.html#example-exercises-plot-cv-digits-py"><em>Cross-validation on Digits Dataset Exercise</em></a></p>
@@ -289,10 +281,6 @@ <h2>Examples using <tt class="docutils literal"><span class="pre">sklearn.datase
289281
<a class="reference external image-reference" href="./../../auto_examples/feature_selection/plot_rfe_digits.html"><img alt="../../_images/plot_rfe_digits1.png" src="../../_images/plot_rfe_digits1.png" /></a>
290282
<p class="caption"><a class="reference internal" href="../../auto_examples/feature_selection/plot_rfe_digits.html#example-feature-selection-plot-rfe-digits-py"><em>Recursive feature elimination</em></a></p>
291283
</div>
292-
</div><div class="thumbnailContainer" tooltip="A recursive feature elimination example showing the relevance of pixels in a digit classificati..."><div class="figure">
293-
<a class="reference external image-reference" href="./../../auto_examples/feature_selection/plot_rfe_digits.html"><img alt="../../_images/plot_rfe_digits1.png" src="../../_images/plot_rfe_digits1.png" /></a>
294-
<p class="caption"><a class="reference internal" href="../../auto_examples/feature_selection/plot_rfe_digits.html#example-feature-selection-plot-rfe-digits-py"><em>Recursive feature elimination</em></a></p>
295-
</div>
296284
</div><div class="thumbnailContainer" tooltip="An example showing how different online solvers perform on the hand-written digits dataset."><div class="figure">
297285
<a class="reference external image-reference" href="./../../auto_examples/linear_model/plot_sgd_comparison.html"><img alt="../../_images/plot_sgd_comparison1.png" src="../../_images/plot_sgd_comparison1.png" /></a>
298286
<p class="caption"><a class="reference internal" href="../../auto_examples/linear_model/plot_sgd_comparison.html#example-linear-model-plot-sgd-comparison-py"><em>Comparing various online solvers</em></a></p>

0 commit comments

Comments
 (0)