repairing safe check
This commit is contained in:
parent
1080973d25
commit
78fd05ab33
|
|
@ -60,7 +60,7 @@ for setup in ['binary', 'multiclass']:
|
||||||
table['c-CI'].extend(results['coverage'])
|
table['c-CI'].extend(results['coverage'])
|
||||||
table['a-CI'].extend(results['amplitude'])
|
table['a-CI'].extend(results['amplitude'])
|
||||||
|
|
||||||
# if 'coverage-CE' not in report:
|
if 'coverage-CE' not in report:
|
||||||
covCE, ampCE = compute_coverage_amplitude(ConfidenceEllipseSimplex)
|
covCE, ampCE = compute_coverage_amplitude(ConfidenceEllipseSimplex)
|
||||||
covCLR, ampCLR = compute_coverage_amplitude(ConfidenceEllipseCLR)
|
covCLR, ampCLR = compute_coverage_amplitude(ConfidenceEllipseCLR)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue