Skip to content

Commit 38cd636

Browse files
AnipikTomFinley
authored andcommitted
Enables RandomCalibratorPerceptronTest (#231)
* Test Enabled, added Debug and release zbaselines
1 parent b069ba2 commit 38cd636

File tree

25 files changed

+6041
-14
lines changed

25 files changed

+6041
-14
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
maml.exe CV threads=- numcali=200 dout=%Output% data=%Data% seed=1
2+
Automatically adding a MinMax normalization transform, use 'norm=Warn' or 'norm=No' to turn this behavior off.
3+
Warning: Skipped 8 instances with missing features during training (over 1 iterations; 8 inst/iter)
4+
Training calibrator.
5+
Automatically adding a MinMax normalization transform, use 'norm=Warn' or 'norm=No' to turn this behavior off.
6+
Warning: Skipped 8 instances with missing features during training (over 1 iterations; 8 inst/iter)
7+
Training calibrator.
8+
Warning: The predictor produced non-finite prediction values on 8 instances during testing. Possible causes: abnormal data or the predictor is numerically unstable.
9+
TEST POSITIVE RATIO: 0.3785 (134.0/(134.0+220.0))
10+
Confusion table
11+
||======================
12+
PREDICTED || positive | negative | Recall
13+
TRUTH ||======================
14+
positive || 132 | 2 | 0.9851
15+
negative || 9 | 211 | 0.9591
16+
||======================
17+
Precision || 0.9362 | 0.9906 |
18+
OVERALL 0/1 ACCURACY: 0.968927
19+
LOG LOSS/instance: 0.156405
20+
Test-set entropy (prior Log-Loss/instance): 0.956998
21+
LOG-LOSS REDUCTION (RIG): 83.656717
22+
AUC: 0.992809
23+
Warning: The predictor produced non-finite prediction values on 8 instances during testing. Possible causes: abnormal data or the predictor is numerically unstable.
24+
TEST POSITIVE RATIO: 0.3191 (105.0/(105.0+224.0))
25+
Confusion table
26+
||======================
27+
PREDICTED || positive | negative | Recall
28+
TRUTH ||======================
29+
positive || 102 | 3 | 0.9714
30+
negative || 4 | 220 | 0.9821
31+
||======================
32+
Precision || 0.9623 | 0.9865 |
33+
OVERALL 0/1 ACCURACY: 0.978723
34+
LOG LOSS/instance: 0.130063
35+
Test-set entropy (prior Log-Loss/instance): 0.903454
36+
LOG-LOSS REDUCTION (RIG): 85.603819
37+
AUC: 0.997279
38+
39+
OVERALL RESULTS
40+
---------------------------------------
41+
AUC: 0.995044 (0.0022)
42+
Accuracy: 0.973825 (0.0049)
43+
Positive precision: 0.949217 (0.0130)
44+
Positive recall: 0.978252 (0.0068)
45+
Negative precision: 0.988579 (0.0020)
46+
Negative recall: 0.970617 (0.0115)
47+
Log-loss: 0.143234 (0.0132)
48+
Log-loss reduction: 84.630268 (0.9736)
49+
F1 Score: 0.963412 (0.0034)
50+
AUPRC: 0.990172 (0.0037)
51+
52+
---------------------------------------
53+
Physical memory usage(MB): %Number%
54+
Virtual memory usage(MB): %Number%
55+
%DateTime% Time elapsed(s): %Number%
56+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
AveragedPerceptron
2+
AUC Accuracy Positive precision Positive recall Negative precision Negative recall Log-loss Log-loss reduction F1 Score AUPRC Learner Name Train Dataset Test Dataset Results File Run Time Physical Memory Virtual Memory Command Line Settings
3+
0.995044 0.973825 0.949217 0.978252 0.988579 0.970617 0.143234 84.63026 0.963412 0.990172 AveragedPerceptron %Data% %Output% 99 0 0 maml.exe CV threads=- numcali=200 dout=%Output% data=%Data% seed=1
4+

ZBaselines/SingleDebug/AveragedPerceptron/AveragedPerceptron-CV-breast-cancer.calibrateRandom.txt

Lines changed: 700 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
maml.exe CV threads=- cali={} dout=%Output% data=%Data% seed=1
2+
Automatically adding a MinMax normalization transform, use 'norm=Warn' or 'norm=No' to turn this behavior off.
3+
Warning: Skipped 8 instances with missing features during training (over 1 iterations; 8 inst/iter)
4+
Not training a calibrator because a valid calibrator trainer was not provided.
5+
Warning: Data does not contain a probability column. Will not output the Log-loss column
6+
Automatically adding a MinMax normalization transform, use 'norm=Warn' or 'norm=No' to turn this behavior off.
7+
Warning: Skipped 8 instances with missing features during training (over 1 iterations; 8 inst/iter)
8+
Not training a calibrator because a valid calibrator trainer was not provided.
9+
Warning: Data does not contain a probability column. Will not output the Log-loss column
10+
Warning: The predictor produced non-finite prediction values on 8 instances during testing. Possible causes: abnormal data or the predictor is numerically unstable.
11+
TEST POSITIVE RATIO: 0.3785 (134.0/(134.0+220.0))
12+
Confusion table
13+
||======================
14+
PREDICTED || positive | negative | Recall
15+
TRUTH ||======================
16+
positive || 132 | 2 | 0.9851
17+
negative || 9 | 211 | 0.9591
18+
||======================
19+
Precision || 0.9362 | 0.9906 |
20+
OVERALL 0/1 ACCURACY: 0.968927
21+
LOG LOSS/instance: NaN
22+
Test-set entropy (prior Log-Loss/instance): 0.956998
23+
LOG-LOSS REDUCTION (RIG): 0.000000
24+
AUC: 0.992809
25+
Warning: The predictor produced non-finite prediction values on 8 instances during testing. Possible causes: abnormal data or the predictor is numerically unstable.
26+
TEST POSITIVE RATIO: 0.3191 (105.0/(105.0+224.0))
27+
Confusion table
28+
||======================
29+
PREDICTED || positive | negative | Recall
30+
TRUTH ||======================
31+
positive || 102 | 3 | 0.9714
32+
negative || 4 | 220 | 0.9821
33+
||======================
34+
Precision || 0.9623 | 0.9865 |
35+
OVERALL 0/1 ACCURACY: 0.978723
36+
LOG LOSS/instance: NaN
37+
Test-set entropy (prior Log-Loss/instance): 0.903454
38+
LOG-LOSS REDUCTION (RIG): 0.000000
39+
AUC: 0.997279
40+
41+
OVERALL RESULTS
42+
---------------------------------------
43+
AUC: 0.995044 (0.0022)
44+
Accuracy: 0.973825 (0.0049)
45+
Positive precision: 0.949217 (0.0130)
46+
Positive recall: 0.978252 (0.0068)
47+
Negative precision: 0.988579 (0.0020)
48+
Negative recall: 0.970617 (0.0115)
49+
Log-loss: NaN (NaN)
50+
Log-loss reduction: 0.000000 (0.0000)
51+
F1 Score: 0.963412 (0.0034)
52+
AUPRC: 0.990172 (0.0037)
53+
54+
---------------------------------------
55+
Physical memory usage(MB): %Number%
56+
Virtual memory usage(MB): %Number%
57+
%DateTime% Time elapsed(s): %Number%
58+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
AveragedPerceptron
2+
AUC Accuracy Positive precision Positive recall Negative precision Negative recall Log-loss Log-loss reduction F1 Score AUPRC Learner Name Train Dataset Test Dataset Results File Run Time Physical Memory Virtual Memory Command Line Settings
3+
0.995044 0.973825 0.949217 0.978252 0.988579 0.970617 NaN 0 0.963412 0.990172 AveragedPerceptron %Data% %Output% 99 0 0 maml.exe CV threads=- cali={} dout=%Output% data=%Data% seed=1
4+

0 commit comments

Comments
 (0)