-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path92
42 lines (28 loc) · 1.2 KB
/
92
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Time taken to build model: 0.87 seconds
Time taken to test model on training data: 0.04 seconds
=== Error on training data ===
Correctly Classified Instances 2414 93.4211 %
Incorrectly Classified Instances 170 6.5789 %
Kappa statistic 0
Mean absolute error 0.1149
Root mean squared error 0.2394
Relative absolute error 93.2891 %
Root relative squared error 96.5634 %
Total Number of Instances 2584
=== Confusion Matrix ===
a b <-- classified as
0 170 | a = 1
0 2414 | b = 0
=== Stratified cross-validation ===
Correctly Classified Instances 2414 93.4211 %
Incorrectly Classified Instances 170 6.5789 %
Kappa statistic 0
Mean absolute error 0.1161
Root mean squared error 0.2403
Relative absolute error 94.1991 %
Root relative squared error 96.9486 %
Total Number of Instances 2584
=== Confusion Matrix ===
a b <-- classified as
0 170 | a = 1
0 2414 | b = 0