8000 cleanup · Sivateja0689/python-sasctl@69517ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 69517ba

Browse files
committed
cleanup
1 parent aa11d1e commit 69517ba

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/sasctl/utils/metrics/compare.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,11 @@ def roc_statistics(model, train=None, valid=None, test=None):
442442
'_PartInd_': {
443443
'parameter': '_PartInd_',
444444
'type': 'num',
445-
'label': 'Partition Indicator',
445+
'label': 'Partition Indicator',
446446
'length': 8,
447-
'order': 2,
447+
'order': 2,
448448
'values': ['_PartInd_'],
449-
'preformatted': False},
449+
'preformatted': False},
450450
'_PartInd__f': {
451451
'parameter': '_PartInd__f',
452452
'type': 'char',
@@ -469,48 +469,48 @@ def roc_statistics(model, train=None, valid=None, test=None):
469469
'label': 'Event',
470470
'length': 8,
471471
'order': 5,
472-
'values': [ '_Event_' ],
472+
'values': ['_Event_'],
473473
'preformatted': False},
474474
'_Cutoff_': {
475475
'parameter': '_Cutoff_',
476476
'type': 'num',
477477
'label': 'Cutoff',
478478
'length': 8,
479479
'order': 6,
480-
'values': [ '_Cutoff_' ],
480+
'values': ['_Cutoff_'],
481481
'preformatted': False},
482482
'_Sensitivity_': {
483483
'parameter': '_Sensitivity_',
484484
'type': 'num',
485485
'label': 'Sensitivity',
486486
'length': 8,
487487
'order': 7,
488-
'values': [ '_Sensitivity_' ],
488+
'values': ['_Sensitivity_'],
489489
'preformatted': False},
490490
'_Specificity_': {
491491
'parameter': '_Specificity_',
492492
'type': 'num',
493493
'label': 'Specificity',
494494
'length': 8,
495495
'order': 8,
496-
'values': [ '_Specificity_' ],
497-
'preformatted' : False},
496+
'values': ['_Specificity_'],
497+
'preformatted': False},
498498
'_FPR_': {
499499
'parameter': '_FPR_',
500500
'type': 'num',
501501
'label': 'False Positive Rate',
502502
'length': 8,
503503
'order': 9,
504-
'values': [ '_FPR_' ],
505-
'preformatted' : False},
504+
'values': ['_FPR_'],
505+
'preformatted': False},
506506
'_OneMinusSpecificity_': {
507507
'parameter': '_OneMinusSpecificity_',
508508
'type': 'num',
509509
'label': '1 - Specificity',
510510
'length': 8,
511511
'order': 10,
512-
'values': [ '_OneMinusSpecificity_' ],
513-
'preformatted' : False}},
512+
'values': ['_OneMinusSpecificity_'],
513+
'preformatted': False}},
514514
'data': results,
515515
'version': 1,
516516
'xInteger': False,

0 commit comments

Comments
 (0)
0