-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path104
42 lines (28 loc) · 1.21 KB
/
104
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: 9.62 seconds
Time taken to test model on training data: 1.58 seconds
=== Error on training data ===
Correctly Classified Instances 2948 63.713 %
Incorrectly Classified Instances 1679 36.287 %
Kappa statistic 0
Mean absolute error 0.4624
Root mean squared error 0.4808
Relative absolute error 100.0024 %
Root relative squared error 100 %
Total Number of Instances 4627
=== Confusion Matrix ===
a b <-- classified as
2948 0 | a = low
1679 0 | b = high
=== Stratified cross-validation ===
Correctly Classified Instances 2948 63.713 %
Incorrectly Classified Instances 1679 36.287 %
Kappa statistic 0
Mean absolute error 0.4624
Root mean squared error 0.4808
Relative absolute error 99.9891 %
Root relative squared error 100.0001 %
Total Number of Instances 4627
=== Confusion Matrix ===
a b <-- classified as
2948 0 | a = low
1679 0 | b = high