-
Notifications
You must be signed in to change notification settings - Fork 0
/
terminal_log.out
688 lines (688 loc) · 50.3 KB
/
terminal_log.out
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 174.80009961128235 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generating time vectors took 177.06774020195007 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 993.0544021129608 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 333.1598038673401 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 1733.5505578517914 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 664.9295282363892 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 710.392439365387 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 887.8772277832031 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generating time vectors took 67.30600070953369 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 109.80216813087463 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 188.7107434272766 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 233.54895687103271 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 35.875
Norm Histogram accuracy: 38.3125
SVC Histogram accuracy: 12.4375
SVC norm Histogram accuracy: 34.1875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 822.0926051139832 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 902.8310134410858 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 239.30569863319397 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.25
Norm Histogram accuracy: 37.875
SVC Histogram accuracy: 13.625
SVC norm Histogram accuracy: 32.4375
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 729.3249289989471 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 915.6126570701599 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 236.43340635299683 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.6875
Norm Histogram accuracy: 38.1875
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 34.0625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2082.675030708313 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 907.2677989006042 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 240.35893774032593 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.3125
Norm Histogram accuracy: 39.3125
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 33.75
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 1930.5002553462982 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 918.660680770874 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 245.07343792915344 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.0625
Norm Histogram accuracy: 38.4375
SVC Histogram accuracy: 14.875
SVC norm Histogram accuracy: 31.625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 1430.2654440402985 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 924.4480657577515 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 243.97709202766418 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.125
Norm Histogram accuracy: 38.625
SVC Histogram accuracy: 12.375
SVC norm Histogram accuracy: 32.3125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2153.751799106598 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 924.2255969047546 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 237.82205414772034 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.8125
Norm Histogram accuracy: 38.0625
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 30.8125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 726.1033630371094 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 934.2711267471313 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 240.5162799358368 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 35.8125
Norm Histogram accuracy: 37.5
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 27.5625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 718.1081783771515 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 926.6824350357056 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 246.6491129398346 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.0
Norm Histogram accuracy: 38.0
SVC Histogram accuracy: 12.625
SVC norm Histogram accuracy: 29.5
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 1368.1808269023895 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 920.9282424449921 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 249.3283247947693 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.1875
Norm Histogram accuracy: 37.6875
SVC Histogram accuracy: 13.9375
SVC norm Histogram accuracy: 30.75
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 1988.7638881206512 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 920.0355474948883 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 243.23101902008057 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 38.0625
Norm Histogram accuracy: 38.5
SVC Histogram accuracy: 12.625
SVC norm Histogram accuracy: 28.75
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2238.63161110878 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 922.1817791461945 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 243.43897438049316 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.75
Norm Histogram accuracy: 38.5625
SVC Histogram accuracy: 14.4375
SVC norm Histogram accuracy: 28.125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2146.376853942871 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 937.5977449417114 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 243.09975051879883 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.125
Norm Histogram accuracy: 38.3125
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 21.6875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 732.3462221622467 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 919.7049922943115 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 243.8559365272522 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 34.5625
Norm Histogram accuracy: 36.5
SVC Histogram accuracy: 12.5625
SVC norm Histogram accuracy: 24.875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 713.2359824180603 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 940.3100888729095 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 245.6490797996521 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.1875
Norm Histogram accuracy: 37.625
SVC Histogram accuracy: 12.5625
SVC norm Histogram accuracy: 28.0625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2497.5713543891907 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 950.4609777927399 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 253.77906966209412 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.0
Norm Histogram accuracy: 38.6875
SVC Histogram accuracy: 12.5625
SVC norm Histogram accuracy: 28.0
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2402.4574291706085 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 933.4983673095703 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 251.15887451171875 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.5
Norm Histogram accuracy: 37.625
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 26.0
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2089.5845210552216 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 930.951046705246 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 253.00729393959045 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.6875
Norm Histogram accuracy: 36.875
SVC Histogram accuracy: 12.6875
SVC norm Histogram accuracy: 30.0625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2657.7947561740875 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 925.3851058483124 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 254.5507094860077 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.3125
Norm Histogram accuracy: 38.25
SVC Histogram accuracy: 12.4375
SVC norm Histogram accuracy: 27.4375
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2998.3368701934814 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 923.8757016658783 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 248.1671371459961 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.3125
Norm Histogram accuracy: 37.4375
SVC Histogram accuracy: 12.8125
SVC norm Histogram accuracy: 28.375
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2482.0821571350098 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 926.402636051178 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 254.79517436027527 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.4375
Norm Histogram accuracy: 37.4375
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 27.25
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 728.4169552326202 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 935.4766173362732 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 247.89559125900269 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 34.0
Norm Histogram accuracy: 35.25
SVC Histogram accuracy: 12.5625
SVC norm Histogram accuracy: 28.4375
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2074.4464163780212 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 936.1955683231354 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 250.52348613739014 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 35.3125
Norm Histogram accuracy: 36.25
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 27.1875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2734.478530406952 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 933.7245097160339 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 254.05607914924622 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.375
Norm Histogram accuracy: 36.4375
SVC Histogram accuracy: 12.375
SVC norm Histogram accuracy: 26.8125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2920.3216156959534 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 940.4034895896912 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 252.16015911102295 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.4375
Norm Histogram accuracy: 36.6875
SVC Histogram accuracy: 12.4375
SVC norm Histogram accuracy: 28.0
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2858.4150128364563 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 954.6635043621063 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 251.97987508773804 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.125
Norm Histogram accuracy: 36.25
SVC Histogram accuracy: 12.4375
SVC norm Histogram accuracy: 28.1875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2888.4454505443573 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 950.4074568748474 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 256.74785232543945 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 35.5
Norm Histogram accuracy: 36.1875
SVC Histogram accuracy: 12.8125
SVC norm Histogram accuracy: 26.0
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2669.6478474140167 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 953.0041356086731 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 255.43254280090332 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.875
Norm Histogram accuracy: 36.75
SVC Histogram accuracy: 12.4375
SVC norm Histogram accuracy: 30.4375
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3065.957500934601 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 955.8516628742218 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 254.60839748382568 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 34.9375
Norm Histogram accuracy: 36.3125
SVC Histogram accuracy: 12.5625
SVC norm Histogram accuracy: 28.0625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3147.8515424728394 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 970.309716463089 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 258.98205399513245 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.3125
Norm Histogram accuracy: 37.8125
SVC Histogram accuracy: 12.9375
SVC norm Histogram accuracy: 27.5
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2758.0124135017395 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 957.104807138443 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 260.8697831630707 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.1875
Norm Histogram accuracy: 38.8125
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 30.875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3173.9848823547363 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 952.6821236610413 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 264.2565817832947 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 35.9375
Norm Histogram accuracy: 37.5
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 28.875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3292.5460002422333 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 951.9204087257385 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 265.6344747543335 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.125
Norm Histogram accuracy: 36.875
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 28.5
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2770.789169549942 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 960.7922506332397 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 265.3387885093689 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.0
Norm Histogram accuracy: 38.9375
SVC Histogram accuracy: 12.625
SVC norm Histogram accuracy: 30.625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3221.7560720443726 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 1016.9684295654297 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 263.5502178668976 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.25
Norm Histogram accuracy: 37.625
SVC Histogram accuracy: 12.4375
SVC norm Histogram accuracy: 27.9375
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3230.0222206115723 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 958.0036818981171 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 265.3314051628113 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.8125
Norm Histogram accuracy: 36.375
SVC Histogram accuracy: 12.6875
SVC norm Histogram accuracy: 29.5625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2835.3223416805267 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 949.8744130134583 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 266.86625957489014 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.1875
Norm Histogram accuracy: 37.1875
SVC Histogram accuracy: 12.5
SVC norm Histogram accuracy: 29.9375
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2556.810898065567 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 953.3453142642975 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 264.77897810935974 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 38.4375
Norm Histogram accuracy: 37.8125
SVC Histogram accuracy: 12.4375
SVC norm Histogram accuracy: 30.125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3091.311113357544 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 956.6602892875671 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 262.97717094421387 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.875
Norm Histogram accuracy: 36.5
SVC Histogram accuracy: 12.375
SVC norm Histogram accuracy: 31.125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 2820.6008574962616 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 954.0945363044739 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 265.6753902435303 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 37.75
Norm Histogram accuracy: 36.625
SVC Histogram accuracy: 12.625
SVC norm Histogram accuracy: 31.0625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3283.16153717041 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 963.2588863372803 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 266.5667071342468 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 36.375
Norm Histogram accuracy: 36.25
SVC Histogram accuracy: 12.6875
SVC norm Histogram accuracy: 30.875
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3241.402187347412 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 956.1469247341156 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 266.0516242980957 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 35.375
Norm Histogram accuracy: 35.9375
SVC Histogram accuracy: 12.6875
SVC norm Histogram accuracy: 27.0625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3343.670550107956 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 949.3768923282623 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 260.4873104095459 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 34.25
Norm Histogram accuracy: 34.6875
SVC Histogram accuracy: 12.625
SVC norm Histogram accuracy: 29.3125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3465.5277466773987 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 961.2373442649841 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 265.3339788913727 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 33.5625
Norm Histogram accuracy: 33.25
SVC Histogram accuracy: 12.6875
SVC norm Histogram accuracy: 26.75
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3711.1101019382477 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 974.8822438716888 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 264.6049647331238 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 33.25
Norm Histogram accuracy: 32.875
SVC Histogram accuracy: 12.625
SVC norm Histogram accuracy: 28.125
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3409.3883781433105 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 967.195109128952 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 265.6329884529114 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 32.0
Norm Histogram accuracy: 32.125
SVC Histogram accuracy: 12.875
SVC norm Histogram accuracy: 25.5625
Batch 1 out of 1 processed, 0.0 seconds left
learning time vectors took 3588.537801504135 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 965.8338673114777 seconds.
Batch 1 out of 1 processed, 0.0 seconds left
generatung time vectors took 269.31430315971375 seconds.
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
/usr/local/lib/python3.6/dist-packages/sklearn/svm/base.py:193: FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22 to account better for unscaled features. Set gamma explicitly to 'auto' or 'scale' to avoid this warning.
"avoid this warning.", FutureWarning)
Histogram accuracy: 30.375
Norm Histogram accuracy: 29.5625
SVC Histogram accuracy: 13.4375
SVC norm Histogram accuracy: 25.8125