Skip to content

Commit b1a0cf7

Browse files
committed
Pushing the docs for revision for branch: master, commit c887653e0aab72e6c55d3ba2f779ab0d531c5419
1 parent c49c2bf commit b1a0cf7

File tree

863 files changed

+3248
-3163
lines changed

Some content is hidden

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

863 files changed

+3248
-3163
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-349 Bytes
-349 Bytes
-35 Bytes
-136 Bytes
-136 Bytes
412 Bytes
-60 Bytes
49 Bytes
12 Bytes
-271 Bytes
-271 Bytes
22 Bytes
22 Bytes
-249 Bytes
-249 Bytes
4 Bytes
4 Bytes
25 Bytes
25 Bytes
96 Bytes
221 Bytes
-384 Bytes
-384 Bytes
-619 Bytes
-682 Bytes
-101 Bytes
-101 Bytes
173 Bytes
-17 Bytes

dev/_sources/auto_examples/applications/plot_model_complexity_influence.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -226,69 +226,69 @@ main code
226226
learning_rate='optimal', loss='modified_huber', n_iter=5, n_jobs=1,
227227
penalty='elasticnet', power_t=0.5, random_state=None, shuffle=True,
228228
verbose=0, warm_start=False)
229-
Complexity: 4454 | Hamming Loss (Misclassification Ratio): 0.2501 | Pred. Time: 0.027117s
229+
Complexity: 4454 | Hamming Loss (Misclassification Ratio): 0.2501 | Pred. Time: 0.028420s
230230

231231
Benchmarking SGDClassifier(alpha=0.001, average=False, class_weight=None, epsilon=0.1,
232232
eta0=0.0, fit_intercept=True, l1_ratio=0.5, learning_rate='optimal',
233233
loss='modified_huber', n_iter=5, n_jobs=1, penalty='elasticnet',
234234
power_t=0.5, random_state=None, shuffle=True, verbose=0,
235235
warm_start=False)
236-
Complexity: 1624 | Hamming Loss (Misclassification Ratio): 0.2923 | Pred. Time: 0.019912s
236+
Complexity: 1624 | Hamming Loss (Misclassification Ratio): 0.2923 | Pred. Time: 0.021192s
237237

238238
Benchmarking SGDClassifier(alpha=0.001, average=False, class_weight=None, epsilon=0.1,
239239
eta0=0.0, fit_intercept=True, l1_ratio=0.75,
240240
learning_rate='optimal', loss='modified_huber', n_iter=5, n_jobs=1,
241241
penalty='elasticnet', power_t=0.5, random_state=None, shuffle=True,
242242
verbose=0, warm_start=False)
243-
Complexity: 873 | Hamming Loss (Misclassification Ratio): 0.3191 | Pred. Time: 0.017680s
243+
Complexity: 873 | Hamming Loss (Misclassification Ratio): 0.3191 | Pred. Time: 0.016889s
244244

245245
Benchmarking SGDClassifier(alpha=0.001, average=False, class_weight=None, epsilon=0.1,
246246
eta0=0.0, fit_intercept=True, l1_ratio=0.9, learning_rate='optimal',
247247
loss='modified_huber', n_iter=5, n_jobs=1, penalty='elasticnet',
248248
power_t=0.5, random_state=None, shuffle=True, verbose=0,
249249
warm_start=False)
250-
Complexity: 655 | Hamming Loss (Misclassification Ratio): 0.3252 | Pred. Time: 0.015566s
250+
Complexity: 655 | Hamming Loss (Misclassification Ratio): 0.3252 | Pred. Time: 0.015732s
251251

252252
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
253253
kernel='rbf', max_iter=-1, nu=0.1, shrinking=True, tol=0.001,
254254
verbose=False)
255-
Complexity: 69 | MSE: 31.8133 | Pred. Time: 0.000403s
255+
Complexity: 69 | MSE: 31.8133 | Pred. Time: 0.000388s
256256

257257
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
258258
kernel='rbf', max_iter=-1, nu=0.25, shrinking=True, tol=0.001,
259259
verbose=False)
260-
Complexity: 136 | MSE: 25.6140 | Pred. Time: 0.000717s
260+
Complexity: 136 | MSE: 25.6140 | Pred. Time: 0.000691s
261261

262262
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
263263
kernel='rbf', max_iter=-1, nu=0.5, shrinking=True, tol=0.001,
264264
verbose=False)
265-
Complexity: 243 | MSE: 22.3315 | Pred. Time: 0.001228s
265+
Complexity: 243 | MSE: 22.3315 | Pred. Time: 0.001182s
266266

267267
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
268268
kernel='rbf', max_iter=-1, nu=0.75, shrinking=True, tol=0.001,
269269
verbose=False)
270-
Complexity: 350 | MSE: 21.3679 | Pred. Time: 0.001728s
270+
Complexity: 350 | MSE: 21.3679 | Pred. Time: 0.001671s
271271

272272
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
273273
kernel='rbf', max_iter=-1, nu=0.9, shrinking=True, tol=0.001,
274274
verbose=False)
275-
Complexity: 404 | MSE: 21.0915 | Pred. Time: 0.002000s
275+
Complexity: 404 | MSE: 21.0915 | Pred. Time: 0.001940s
276276

277277
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
278278
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
279279
max_leaf_nodes=None, min_impurity_split=1e-07,
280280
min_samples_leaf=1, min_samples_split=2,
281281
min_weight_fraction_leaf=0.0, n_estimators=10, presort='auto',
282282
random_state=None, subsample=1.0, verbose=0, warm_start=False)
283-
Complexity: 10 | MSE: 28.9793 | Pred. Time: 0.000116s
283+
Complexity: 10 | MSE: 28.9793 | Pred. Time: 0.000121s
284284

285285
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
286286
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
287287
max_leaf_nodes=None, min_impurity_split=1e-07,
288288
min_samples_leaf=1, min_samples_split=2,
289289
min_weight_fraction_leaf=0.0, n_estimators=50, presort='auto',
290290
random_state=None, subsample=1.0, verbose=0, warm_start=False)
291-
Complexity: 50 | MSE: 8.3398 | Pred. Time: 0.000198s
291+
Complexity: 50 | MSE: 8.3398 | Pred. Time: 0.000207s
292292

293293
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
294294
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
@@ -297,7 +297,7 @@ main code
297297
min_weight_fraction_leaf=0.0, n_estimators=100,
298298
presort='auto', random_state=None, subsample=1.0, verbose=0,
299299
warm_start=False)
300-
Complexity: 100 | MSE: 7.0096 | Pred. Time: 0.000279s
300+
Complexity: 100 | MSE: 7.0096 | Pred. Time: 0.000292s
301301

302302
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
303303
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
@@ -306,7 +306,7 @@ main code
306306
min_weight_fraction_leaf=0.0, n_estimators=200,
307307
presort='auto', random_state=None, subsample=1.0, verbose=0,
308308
warm_start=False)
309-
Complexity: 200 | MSE: 6.1836 | Pred. Time: 0.000443s
309+
Complexity: 200 | MSE: 6.1836 | Pred. Time: 0.000456s
310310

311311
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
312312
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
@@ -315,10 +315,10 @@ main code
315315
min_weight_fraction_leaf=0.0, n_estimators=500,
316316
presort='auto', random_state=None, subsample=1.0, verbose=0,
317317
warm_start=False)
318-
Complexity: 500 | MSE: 6.3426 | Pred. Time: 0.000962s
318+
Complexity: 500 | MSE: 6.3426 | Pred. Time: 0.000987s
319319

320320

321-
**Total running time of the script:** ( 0 minutes 52.071 seconds)
321+
**Total running time of the script:** ( 0 minutes 25.529 seconds)
322322

323323

324324

dev/_sources/auto_examples/applications/plot_out_of_core_classification.txt

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -355,50 +355,47 @@ maximum
355355

356356
Out::
357357

358-
downloading dataset (once and for all) into /home/ubuntu/scikit_learn_data/reuters
359-
untarring Reuters dataset...
360-
done.
361358
Test set is 878 documents (108 positive)
362-
Passive-Aggressive classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.913 in 1.83s ( 526 docs/s)
363-
Perceptron classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.921 in 1.83s ( 525 docs/s)
364-
SGD classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.925 in 1.83s ( 524 docs/s)
365-
NB Multinomial classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.877 in 1.87s ( 514 docs/s)
359+
Passive-Aggressive classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.913 in 1.87s ( 513 docs/s)
360+
Perceptron classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.921 in 1.88s ( 512 docs/s)
361+
SGD classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.925 in 1.88s ( 510 docs/s)
362+
NB Multinomial classifier : 962 train docs ( 132 positive) 878 test docs ( 108 positive) accuracy: 0.877 in 1.92s ( 500 docs/s)
366363

367364

368-
Passive-Aggressive classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.946 in 5.58s ( 700 docs/s)
369-
Perceptron classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.926 in 5.59s ( 700 docs/s)
370-
SGD classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.945 in 5.59s ( 699 docs/s)
371-
NB Multinomial classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.885 in 5.63s ( 695 docs/s)
365+
Passive-Aggressive classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.946 in 5.70s ( 686 docs/s)
366+
Perceptron classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.926 in 5.70s ( 686 docs/s)
367+
SGD classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.945 in 5.71s ( 685 docs/s)
368+
NB Multinomial classifier : 3911 train docs ( 517 positive) 878 test docs ( 108 positive) accuracy: 0.885 in 5.74s ( 681 docs/s)
372369

373370

374-
Passive-Aggressive classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 9.21s ( 740 docs/s)
375-
Perceptron classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.949 in 9.22s ( 739 docs/s)
376-
SGD classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.938 in 9.22s ( 739 docs/s)
377-
NB Multinomial classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.899 in 9.26s ( 736 docs/s)
371+
Passive-Aggressive classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 9.35s ( 729 docs/s)
372+
Perceptron classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.949 in 9.36s ( 728 docs/s)
373+
SGD classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.938 in 9.36s ( 728 docs/s)
374+
NB Multinomial classifier : 6821 train docs ( 891 positive) 878 test docs ( 108 positive) accuracy: 0.899 in 9.40s ( 725 docs/s)
378375

379376

380-
Passive-Aggressive classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.964 in 12.93s ( 754 docs/s)
381-
Perceptron classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.950 in 12.94s ( 754 docs/s)
382-
SGD classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.958 in 12.94s ( 754 docs/s)
383-
NB Multinomial classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.909 in 12.98s ( 752 docs/s)
377+
Passive-Aggressive classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.964 in 13.19s ( 739 docs/s)
378+
Perceptron classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.950 in 13.20s ( 739 docs/s)
379+
SGD classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.958 in 13.20s ( 739 docs/s)
380+
NB Multinomial classifier : 9759 train docs ( 1276 positive) 878 test docs ( 108 positive) accuracy: 0.909 in 13.24s ( 737 docs/s)
384381

385382

386-
Passive-Aggressive classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 16.11s ( 725 docs/s)
387-
Perceptron classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 16.11s ( 724 docs/s)
388-
SGD classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 16.12s ( 724 docs/s)
389-
NB Multinomial classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.916 in 16.15s ( 723 docs/s)
383+
Passive-Aggressive classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 16.45s ( 710 docs/s)
384+
Perceptron classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 16.45s ( 709 docs/s)
385+
SGD classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.951 in 16.46s ( 709 docs/s)
386+
NB Multinomial classifier : 11680 train docs ( 1499 positive) 878 test docs ( 108 positive) accuracy: 0.916 in 16.49s ( 708 docs/s)
390387

391388

392-
Passive-Aggressive classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.966 in 19.90s ( 734 docs/s)
393-
Perceptron classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.956 in 19.91s ( 734 docs/s)
394-
SGD classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.954 in 19.91s ( 734 docs/s)
395-
NB Multinomial classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.926 in 19.95s ( 733 docs/s)
389+
Passive-Aggressive classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.966 in 20.26s ( 721 docs/s)
390+
Perceptron classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.956 in 20.26s ( 721 docs/s)
391+
SGD classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.954 in 20.27s ( 721 docs/s)
392+
NB Multinomial classifier : 14625 train docs ( 1865 positive) 878 test docs ( 108 positive) accuracy: 0.926 in 20.30s ( 720 docs/s)
396393

397394

398-
Passive-Aggressive classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.954 in 23.37s ( 742 docs/s)
399-
Perceptron classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.957 in 23.37s ( 742 docs/s)
400-
SGD classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.949 in 23.37s ( 742 docs/s)
401-
NB Multinomial classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.932 in 23.41s ( 741 docs/s)
395+
Passive-Aggressive classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.954 in 23.71s ( 732 docs/s)
396+
Perceptron classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.957 in 23.71s ( 732 docs/s)
397+
SGD classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.949 in 23.72s ( 731 docs/s)
398+
NB Multinomial classifier : 17360 train docs ( 2179 positive) 878 test docs ( 108 positive) accuracy: 0.932 in 23.75s ( 730 docs/s)
402399

403400

404401
Plot results
@@ -529,7 +526,7 @@ Plot results
529526

530527

531528

532-
**Total running time of the script:** ( 0 minutes 28.078 seconds)
529+
**Total running time of the script:** ( 0 minutes 25.886 seconds)
533530

534531

535532

dev/_sources/auto_examples/applications/plot_outlier_detection_housing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ risk of over-fitting the data.
158158

159159
plt.show()
160160

161-
**Total running time of the script:** ( 0 minutes 4.831 seconds)
161+
**Total running time of the script:** ( 0 minutes 4.641 seconds)
162162

163163

164164

dev/_sources/auto_examples/applications/plot_prediction_latency.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,10 @@ main code
372372
benchmarking with 100 features
373373
benchmarking with 250 features
374374
benchmarking with 500 features
375-
example run in 3.83s
375+
example run in 3.82s
376376

377377

378-
**Total running time of the script:** ( 0 minutes 3.835 seconds)
378+
**Total running time of the script:** ( 0 minutes 3.819 seconds)
379379

380380

381381

dev/_sources/auto_examples/applications/plot_species_distribution_modeling.txt

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,6 @@ References
5050

5151
Out::
5252

53-
Downloading species data from http://www.cs.princeton.edu/~schapire/maxent/datasets/samples.zip to /home/ubuntu/scikit_learn_data
54-
Downloading coverage data from http://www.cs.princeton.edu/~schapire/maxent/datasets/coverages.zip to /home/ubuntu/scikit_learn_data
55-
(' - converting', 'coverages/cld6190_ann.asc')
56-
(' - converting', 'coverages/dtr6190_ann.asc')
57-
(' - converting', 'coverages/ecoreg.asc')
58-
(' - converting', 'coverages/frs6190_ann.asc')
59-
(' - converting', 'coverages/h_dem.asc')
60-
(' - converting', 'coverages/pre6190_ann.asc')
61-
(' - converting', 'coverages/pre6190_l1.asc')
62-
(' - converting', 'coverages/pre6190_l10.asc')
63-
(' - converting', 'coverages/pre6190_l4.asc')
64-
(' - converting', 'coverages/pre6190_l7.asc')
65-
(' - converting', 'coverages/tmn6190_ann.asc')
66-
(' - converting', 'coverages/tmp6190_ann.asc')
67-
(' - converting', 'coverages/tmx6190_ann.asc')
68-
(' - converting', 'coverages/vap6190_ann.asc')
6953
________________________________________________________________________________
7054
Modeling distribution of species 'bradypus variegatus'
7155
- fit OneClassSVM ... done.
@@ -81,7 +65,7 @@ References
8165

8266
Area under the ROC curve : 0.993919
8367

84-
time elapsed: 28.24s
68+
time elapsed: 6.80s
8569

8670

8771

@@ -263,7 +247,7 @@ References
263247
plot_species_distribution()
264248
plt.show()
265249

266-
**Total running time of the script:** ( 0 minutes 28.245 seconds)
250+
**Total running time of the script:** ( 0 minutes 6.801 seconds)
267251

268252

269253

dev/_sources/auto_examples/applications/plot_stock_market.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Visualization
340340

341341

342342

343-
**Total running time of the script:** ( 0 minutes 11.158 seconds)
343+
**Total running time of the script:** ( 0 minutes 11.348 seconds)
344344

345345

346346

dev/_sources/auto_examples/applications/plot_tomography_l1_reconstruction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ contributed to fewer projections than the central disk.
164164

165165
plt.show()
166166

167-
**Total running time of the script:** ( 0 minutes 9.824 seconds)
167+
**Total running time of the script:** ( 0 minutes 9.859 seconds)
168168

169169

170170

dev/_sources/auto_examples/bicluster/plot_spectral_biclustering.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ representation of the checkerboard structure.
106106

107107
plt.show()
108108

109-
**Total running time of the script:** ( 0 minutes 0.772 seconds)
109+
**Total running time of the script:** ( 0 minutes 0.906 seconds)
110110

111111

112112

dev/_sources/auto_examples/bicluster/plot_spectral_coclustering.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ the biclusters.
9393

9494
plt.show()
9595

96-
**Total running time of the script:** ( 0 minutes 0.232 seconds)
96+
**Total running time of the script:** ( 0 minutes 0.238 seconds)
9797

9898

9999

dev/_sources/auto_examples/calibration/plot_calibration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Plot the data and the predicted probabilities
159159

160160

161161

162-
**Total running time of the script:** ( 0 minutes 0.349 seconds)
162+
**Total running time of the script:** ( 0 minutes 0.283 seconds)
163163

164164

165165

dev/_sources/auto_examples/calibration/plot_calibration_curve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ but not where it is transposed-sigmoid (e.g., Gaussian naive Bayes).
214214

215215
plt.show()
216216

217-
**Total running time of the script:** ( 0 minutes 2.359 seconds)
217+
**Total running time of the script:** ( 0 minutes 2.222 seconds)
218218

219219

220220

dev/_sources/auto_examples/calibration/plot_calibration_multiclass.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ would have resulted in a similar decrease in log-loss.
204204

205205
plt.show()
206206

207-
**Total running time of the script:** ( 0 minutes 0.760 seconds)
207+
**Total running time of the script:** ( 0 minutes 0.703 seconds)
208208

209209

210210

dev/_sources/auto_examples/calibration/plot_compare_calibration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Plot calibration plots
147147

148148

149149

150-
**Total running time of the script:** ( 0 minutes 2.691 seconds)
150+
**Total running time of the script:** ( 0 minutes 2.690 seconds)
151151

152152

153153

dev/_sources/auto_examples/classification/plot_classification_probability.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ a result it can identify only the first class.
113113

114114
plt.show()
115115

116-
**Total running time of the script:** ( 0 minutes 2.555 seconds)
116+
**Total running time of the script:** ( 0 minutes 2.605 seconds)
117117

118118

119119

dev/_sources/auto_examples/classification/plot_classifier_comparison.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ set.
153153
plt.tight_layout()
154154
plt.show()
155155

156-
**Total running time of the script:** ( 0 minutes 8.284 seconds)
156+
**Total running time of the script:** ( 0 minutes 8.262 seconds)
157157

158158

159159

dev/_sources/auto_examples/classification/plot_digits_classification.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This example is commented in the
120120

121121
plt.show()
122122

123-
**Total running time of the script:** ( 0 minutes 0.672 seconds)
123+
**Total running time of the script:** ( 0 minutes 0.778 seconds)
124124

125125

126126

dev/_sources/auto_examples/classification/plot_lda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Shows how shrinkage improves classification.
8686
shrinkage Linear Discriminant Analysis (1 discriminative feature)')
8787
plt.show()
8888

89-
**Total running time of the script:** ( 0 minutes 6.276 seconds)
89+
**Total running time of the script:** ( 0 minutes 6.261 seconds)
9090

9191

9292

0 commit comments

Comments
 (0)