Skip to content

Commit 0221dfb

Browse files
committed
added output files for release tests
1 parent f05fe55 commit 0221dfb

12 files changed

+2992
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
maml.exe CV tr=PriorPredictor threads=- dout=%Output% data=%Data% seed=1
2+
Not adding a normalizer.
3+
Not training a calibrator because it is not needed.
4+
Not adding a normalizer.
5+
Not training a calibrator because it is not needed.
6+
TEST POSITIVE RATIO: 0.3702 (134.0/(134.0+228.0))
7+
Confusion table
8+
||======================
9+
PREDICTED || positive | negative | Recall
10+
TRUTH ||======================
11+
positive || 0 | 134 | 0.0000
12+
negative || 0 | 228 | 1.0000
13+
||======================
14+
Precision || 0.0000 | 0.6298 |
15+
OVERALL 0/1 ACCURACY: 0.629834
16+
LOG LOSS/instance: 0.959786
17+
Test-set entropy (prior Log-Loss/instance): 0.950799
18+
LOG-LOSS REDUCTION (RIG): -0.945203
19+
AUC: 0.500000
20+
TEST POSITIVE RATIO: 0.3175 (107.0/(107.0+230.0))
21+
Confusion table
22+
||======================
23+
PREDICTED || positive | negative | Recall
24+
TRUTH ||======================
25+
positive || 0 | 107 | 0.0000
26+
negative || 0 | 230 | 1.0000
27+
||======================
28+
Precision || 0.0000 | 0.6825 |
29+
OVERALL 0/1 ACCURACY: 0.682493
30+
LOG LOSS/instance: 0.910421
31+
Test-set entropy (prior Log-Loss/instance): 0.901650
32+
LOG-LOSS REDUCTION (RIG): -0.972725
33+
AUC: 0.500000
34+
35+
OVERALL RESULTS
36+
---------------------------------------
37+
AUC: 0.500000 (0.0000)
38+
Accuracy: 0.656163 (0.0263)
39+
Positive precision: 0.000000 (0.0000)
40+
Positive recall: 0.000000 (0.0000)
41+
Negative precision: 0.656163 (0.0263)
42+
Negative recall: 1.000000 (0.0000)
43+
Log-loss: 0.935104 (0.0247)
44+
Log-loss reduction: -0.958964 (0.0138)
45+
F1 Score: NaN (NaN)
46+
AUPRC: 0.418968 (0.0212)
47+
48+
---------------------------------------
49+
Physical memory usage(MB): %Number%
50+
Virtual memory usage(MB): %Number%
51+
%DateTime% Time elapsed(s): %Number%
52+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
PriorPredictor
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.5 0.656163 0 0 0.656163 1 0.935104 -0.958964 NaN 0.418968 PriorPredictor %Data% %Output% 99 0 0 maml.exe CV tr=PriorPredictor threads=- dout=%Output% data=%Data% seed=1
4+

test/BaselineOutput/SingleRelease/PriorPredictor/BinaryPrior-CV-breast-cancer.txt

Lines changed: 700 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
maml.exe TrainTest test=%Data% tr=PriorPredictor dout=%Output% data=%Data% out=%Output% seed=1
2+
Not adding a normalizer.
3+
Not training a calibrator because it is not needed.
4+
TEST POSITIVE RATIO: 0.3448 (241.0/(241.0+458.0))
5+
Confusion table
6+
||======================
7+
PREDICTED || positive | negative | Recall
8+
TRUTH ||======================
9+
positive || 0 | 241 | 0.0000
10+
negative || 0 | 458 | 1.0000
11+
||======================
12+
Precision || 0.0000 | 0.6552 |
13+
OVERALL 0/1 ACCURACY: 0.655222
14+
LOG LOSS/instance: 0.929318
15+
Test-set entropy (prior Log-Loss/instance): 0.929318
16+
LOG-LOSS REDUCTION (RIG): 0.000000
17+
AUC: 0.500000
18+
19+
OVERALL RESULTS
20+
---------------------------------------
21+
AUC: 0.500000 (0.0000)
22+
Accuracy: 0.655222 (0.0000)
23+
Positive precision: 0.000000 (0.0000)
24+
Positive recall: 0.000000 (0.0000)
25+
Negative precision: 0.655222 (0.0000)
26+
Negative recall: 1.000000 (0.0000)
27+
Log-loss: 0.929318 (0.0000)
28+
Log-loss reduction: 0.000000 (0.0000)
29+
F1 Score: NaN (0.0000)
30+
AUPRC: 0.415719 (0.0000)
31+
32+
---------------------------------------
33+
Physical memory usage(MB): %Number%
34+
Virtual memory usage(MB): %Number%
35+
%DateTime% Time elapsed(s): %Number%
36+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
PriorPredictor
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.5 0.655222 0 0 0.655222 1 0.929318 0 NaN 0.415719 PriorPredictor %Data% %Data% %Output% 99 0 0 maml.exe TrainTest test=%Data% tr=PriorPredictor dout=%Output% data=%Data% out=%Output% seed=1
4+

0 commit comments

Comments
 (0)