@@ -226,69 +226,69 @@ main code
226
226
learning_rate='optimal', loss='modified_huber', n_iter=5, n_jobs=1,
227
227
penalty='elasticnet', power_t=0.5, random_state=None, shuffle=True,
228
228
verbose=0, warm_start=False)
229
- Complexity: 4454 | Hamming Loss (Misclassification Ratio): 0.2501 | Pred. Time: 0.027996s
229
+ Complexity: 4454 | Hamming Loss (Misclassification Ratio): 0.2501 | Pred. Time: 0.025243s
230
230
231
231
Benchmarking SGDClassifier(alpha=0.001, average=False, class_weight=None, epsilon=0.1,
232
232
eta0=0.0, fit_intercept=True, l1_ratio=0.5, learning_rate='optimal',
233
233
loss='modified_huber', n_iter=5, n_jobs=1, penalty='elasticnet',
234
234
power_t=0.5, random_state=None, shuffle=True, verbose=0,
235
235
warm_start=False)
236
- Complexity: 1624 | Hamming Loss (Misclassification Ratio): 0.2923 | Pred. Time: 0.020397s
236
+ Complexity: 1624 | Hamming Loss (Misclassification Ratio): 0.2923 | Pred. Time: 0.018530s
237
237
238
238
Benchmarking SGDClassifier(alpha=0.001, average=False, class_weight=None, epsilon=0.1,
239
239
eta0=0.0, fit_intercept=True, l1_ratio=0.75,
240
240
learning_rate='optimal', loss='modified_huber', n_iter=5, n_jobs=1,
241
241
penalty='elasticnet', power_t=0.5, random_state=None, shuffle=True,
242
242
verbose=0, warm_start=False)
243
- Complexity: 873 | Hamming Loss (Misclassification Ratio): 0.3191 | Pred. Time: 0.017002s
243
+ Complexity: 873 | Hamming Loss (Misclassification Ratio): 0.3191 | Pred. Time: 0.016046s
244
244
245
245
Benchmarking SGDClassifier(alpha=0.001, average=False, class_weight=None, epsilon=0.1,
246
246
eta0=0.0, fit_intercept=True, l1_ratio=0.9, learning_rate='optimal',
247
247
loss='modified_huber', n_iter=5, n_jobs=1, penalty='elasticnet',
248
248
power_t=0.5, random_state=None, shuffle=True, verbose=0,
249
249
warm_start=False)
250
- Complexity: 655 | Hamming Loss (Misclassification Ratio): 0.3252 | Pred. Time: 0.015065s
250
+ Complexity: 655 | Hamming Loss (Misclassification Ratio): 0.3252 | Pred. Time: 0.013686s
251
251
252
252
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
253
253
kernel='rbf', max_iter=-1, nu=0.1, shrinking=True, tol=0.001,
254
254
verbose=False)
255
- Complexity: 69 | MSE: 31.8133 | Pred. Time: 0.000387s
255
+ Complexity: 69 | MSE: 31.8133 | Pred. Time: 0.000360s
256
256
257
257
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
258
258
kernel='rbf', max_iter=-1, nu=0.25, shrinking=True, tol=0.001,
259
259
verbose=False)
260
- Complexity: 136 | MSE: 25.6140 | Pred. Time: 0.000697s
260
+ Complexity: 136 | MSE: 25.6140 | Pred. Time: 0.000643s
261
261
262
262
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
263
263
kernel='rbf', max_iter=-1, nu=0.5, shrinking=True, tol=0.001,
264
264
verbose=False)
265
- Complexity: 243 | MSE: 22.3315 | Pred. Time: 0.001188s
265
+ Complexity: 243 | MSE: 22.3315 | Pred. Time: 0.001113s
266
266
267
267
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
268
268
kernel='rbf', max_iter=-1, nu=0.75, shrinking=True, tol=0.001,
269
269
verbose=False)
270
- Complexity: 350 | MSE: 21.3679 | Pred. Time: 0.001677s
270
+ Complexity: 350 | MSE: 21.3679 | Pred. Time: 0.001572s
271
271
272
272
Benchmarking NuSVR(C=1000.0, cache_size=200, coef0=0.0, degree=3, gamma=3.0517578125e-05,
273
273
kernel='rbf', max_iter=-1, nu=0.9, shrinking=True, tol=0.001,
274
274
verbose=False)
275
- Complexity: 404 | MSE: 21.0915 | Pred. Time: 0.001931s
275
+ Complexity: 404 | MSE: 21.0915 | Pred. Time: 0.001799s
276
276
277
277
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
278
278
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
279
279
max_leaf_nodes=None, min_impurity_split=1e-07,
280
280
min_samples_leaf=1, min_samples_split=2,
281
281
min_weight_fraction_leaf=0.0, n_estimators=10, presort='auto',
282
282
random_state=None, subsample=1.0, verbose=0, warm_start=False)
283
- Complexity: 10 | MSE: 28.9793 | Pred. Time: 0.000119s
283
+ Complexity: 10 | MSE: 28.9793 | Pred. Time: 0.000116s
284
284
285
285
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
286
286
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
287
287
max_leaf_nodes=None, min_impurity_split=1e-07,
288
288
min_samples_leaf=1, min_samples_split=2,
289
289
min_weight_fraction_leaf=0.0, n_estimators=50, presort='auto',
290
290
random_state=None, subsample=1.0, verbose=0, warm_start=False)
291
- Complexity: 50 | MSE: 8.3398 | Pred. Time: 0.000207s
291
+ Complexity: 50 | MSE: 8.3398 | Pred. Time: 0.000196s
292
292
293
293
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
294
294
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
@@ -297,7 +297,7 @@ main code
297
297
min_weight_fraction_leaf=0.0, n_estimators=100,
298
298
presort='auto', random_state=None, subsample=1.0, verbose=0,
299
299
warm_start=False)
300
- Complexity: 100 | MSE: 7.0096 | Pred. Time: 0.000301s
300
+ Complexity: 100 | MSE: 7.0096 | Pred. Time: 0.000291s
301
301
302
302
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
303
303
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
@@ -306,7 +306,7 @@ main code
306
306
min_weight_fraction_leaf=0.0, n_estimators=200,
307
307
presort='auto', random_state=None, subsample=1.0, verbose=0,
308
308
warm_start=False)
309
- Complexity: 200 | MSE: 6.1836 | Pred. Time: 0.000478s
309
+ Complexity: 200 | MSE: 6.1836 | Pred. Time: 0.000450s
310
310
311
311
Benchmarking GradientBoostingRegressor(alpha=0.9, criterion='friedman_mse', init=None,
312
312
learning_rate=0.1, loss='ls', max_depth=3, max_features=None,
@@ -315,10 +315,10 @@ main code
315
315
min_weight_fraction_leaf=0.0, n_estimators=500,
316
316
presort='auto', random_state=None, subsample=1.0, verbose=0,
317
317
warm_start=False)
318
- Complexity: 500 | MSE: 6.3426 | Pred. Time: 0.001047s
318
+ Complexity: 500 | MSE: 6.3426 | Pred. Time: 0.000974s
319
319
320
320
321
- **Total running time of the script:** ( 0 minutes 25.398 seconds)
321
+ **Total running time of the script:** ( 0 minutes 22.821 seconds)
322
322
323
323
324
324
0 commit comments