@@ -442,11 +442,11 @@ def roc_statistics(model, train=None, valid=None, test=None):
442
442
'_PartInd_' : {
443
443
'parameter' : '_PartInd_' ,
444
444
'type' : 'num' ,
445
- 'label' : 'Partition Indicator' ,
445
+ 'label' : 'Partition Indicator' ,
446
446
'length' : 8 ,
447
- 'order' : 2 ,
447
+ 'order' : 2 ,
448
448
'values' : ['_PartInd_' ],
449
- 'preformatted' : False },
449
+ 'preformatted' : False },
450
450
'_PartInd__f' : {
451
451
'parameter' : '_PartInd__f' ,
452
452
'type' : 'char' ,
@@ -469,48 +469,48 @@ def roc_statistics(model, train=None, valid=None, test=None):
469
469
'label' : 'Event' ,
470
470
'length' : 8 ,
471
471
'order' : 5 ,
472
- 'values' : [ '_Event_' ],
472
+ 'values' : ['_Event_' ],
473
473
'preformatted' : False },
474
474
'_Cutoff_' : {
475
475
'parameter' : '_Cutoff_' ,
476
476
'type' : 'num' ,
477
477
'label' : 'Cutoff' ,
478
478
'length' : 8 ,
479
479
'order' : 6 ,
480
- 'values' : [ '_Cutoff_' ],
480
+ 'values' : ['_Cutoff_' ],
481
481
'preformatted' : False },
482
482
'_Sensitivity_' : {
483
483
'parameter' : '_Sensitivity_' ,
484
484
'type' : 'num' ,
485
485
'label' : 'Sensitivity' ,
486
486
'length' : 8 ,
487
487
'order' : 7 ,
488
- 'values' : [ '_Sensitivity_' ],
488
+ 'values' : ['_Sensitivity_' ],
489
489
'preformatted' : False },
490
490
'_Specificity_' : {
491
491
'parameter' : '_Specificity_' ,
492
492
'type' : 'num' ,
493
493
'label' : 'Specificity' ,
494
494
'length' : 8 ,
495
495
'order' : 8 ,
496
- 'values' : [ '_Specificity_' ],
497
- 'preformatted' : False },
496
+ 'values' : ['_Specificity_' ],
497
+ 'preformatted' : False },
498
498
'_FPR_' : {
499
499
'parameter' : '_FPR_' ,
500
500
'type' : 'num' ,
501
501
'label' : 'False Positive Rate' ,
502
502
'length' : 8 ,
503
503
'order' : 9 ,
504
- 'values' : [ '_FPR_' ],
505
- 'preformatted' : False },
504
+ 'values' : ['_FPR_' ],
505
+ 'preformatted' : False },
506
506
'_OneMinusSpecificity_' : {
507
507
'parameter' : '_OneMinusSpecificity_' ,
508
508
'type' : 'num' ,
509
509
'label' : '1 - Specificity' ,
510
510
'length' : 8 ,
511
511
'order' : 10 ,
512
- 'values' : [ '_OneMinusSpecificity_' ],
513
- 'preformatted' : False }},
512
+ 'values' : ['_OneMinusSpecificity_' ],
513
+ 'preformatted' : False }},
514
514
'data' : results ,
515
515
'version' : 1 ,
516
516
'xInteger' : False ,
0 commit comments