Skip to content

Commit 0233d71

Browse files
AnipikTomFinley
authored andcommitted
LinearClassifierTest And PAVCalibratorPerceptronTest being Enabled (#253)
* Linear classifier test enabled * Files added to test\BaselineOutput * Extra space removed * Average Preceptron Pav Caliberator test enabled
1 parent ee7a669 commit 0233d71

File tree

73 files changed

+18080
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+18080
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
maml.exe CV threads=- cali=PAV 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+
PAV calibrator: piecewise function approximation has 6 components.
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+
Training calibrator.
9+
PAV calibrator: piecewise function approximation has 6 components.
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: Infinity
22+
Test-set entropy (prior Log-Loss/instance): 0.956998
23+
LOG-LOSS REDUCTION (RIG): -Infinity
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: 0.239330
37+
Test-set entropy (prior Log-Loss/instance): 0.903454
38+
LOG-LOSS REDUCTION (RIG): 73.509473
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: Infinity (NaN)
50+
Log-loss reduction: -Infinity (NaN)
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+
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 Infinity -Infinity 0.963412 0.990172 AveragedPerceptron %Data% %Output% 99 0 0 maml.exe CV threads=- cali=PAV dout=%Output% data=%Data% seed=1
4+

0 commit comments

Comments
 (0)