Create accu
Browse files
accu
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Fitting 5 folds for each of 5 candidates, totalling 25 fits
|
2 |
+
[CV 1/5] END .............................C=0.1;, score=0.875 total time= 0.0s
|
3 |
+
[CV 2/5] END ..............................C=10;, score=0.714 total time= 0.0s
|
4 |
+
[CV 3/5] END ..............................C=10;, score=0.857 total time= 0.0s
|
5 |
+
[CV 4/5] END ..............................C=10;, score=0.857 total time= 0.0s
|
6 |
+
[CV 5/5] END ..............................C=10;, score=0.857 total time= 0.0s
|
7 |
+
[CV 1/5] END .............................C=100;, score=0.750 total time= 0.0s
|
8 |
+
[CV 2/5] END .............................C=100;, score=0.714 total time= 0.0s
|
9 |
+
[CV 4/5] END .............................C=0.1;, score=0.857 total time= 0.0s
|
10 |
+
[CV 5/5] END .............................C=0.1;, score=0.857 total time= 0.0s
|
11 |
+
[CV 2/5] END .............................C=0.1;, score=0.714 total time= 0.0s
|
12 |
+
[CV 3/5] END .............................C=100;, score=0.857 total time= 0.0s
|
13 |
+
[CV 5/5] END ...............................C=1;, score=0.857 total time= 0.0s
|
14 |
+
[CV 2/5] END ...............................C=1;, score=0.714 total time= 0.0s
|
15 |
+
[CV 4/5] END .............................C=100;, score=0.857 total time= 0.0s
|
16 |
+
[CV 1/5] END ...............................C=1;, score=0.750 total time= 0.0s
|
17 |
+
[CV 5/5] END .............................C=100;, score=0.857 total time= 0.0s
|
18 |
+
[CV 4/5] END ...............................C=1;, score=0.857 total time= 0.0s
|
19 |
+
/opt/homebrew/anaconda3/lib/python3.11/site-packages/sklearn/svm/_base.py:1244: ConvergenceWarning: Liblinear failed to converge, increase the number of iterations.
|
20 |
+
warnings.warn(
|
21 |
+
[CV 1/5] END ............................C=1000;, score=0.750 total time= 0.0s
|
22 |
+
[CV 3/5] END ...............................C=1;, score=0.857 total time= 0.0s
|
23 |
+
[CV 4/5] END ............................C=1000;, score=0.857 total time= 0.0s
|
24 |
+
[CV 3/5] END .............................C=0.1;, score=0.857 total time= 0.0s
|
25 |
+
[CV 1/5] END ..............................C=10;, score=0.750 total time= 0.0s
|
26 |
+
[CV 3/5] END ............................C=1000;, score=0.857 total time= 0.0s
|
27 |
+
[CV 2/5] END ............................C=1000;, score=0.714 total time= 0.0s
|
28 |
+
/opt/homebrew/anaconda3/lib/python3.11/site-packages/sklearn/svm/_base.py:1244: ConvergenceWarning: Liblinear failed to converge, increase the number of iterations.
|
29 |
+
warnings.warn(
|
30 |
+
[CV 5/5] END ............................C=1000;, score=0.857 total time= 0.0s
|
31 |
+
Cross-validation Accuracy Scores: [0.875 0.71428571 0.85714286 0.85714286 0.85714286]
|
32 |
+
Mean Cross-validation Accuracy: 0.8321428571428571
|
33 |
+
Test Set Accuracy: 0.8
|
34 |
+
Classification Report:
|
35 |
+
precision recall f1-score support
|
36 |
+
|
37 |
+
0 1.00 1.00 1.00 5
|
38 |
+
1 0.60 1.00 0.75 3
|
39 |
+
2 1.00 0.00 0.00 2
|
40 |
+
|
41 |
+
accuracy 0.80 10
|
42 |
+
macro avg 0.87 0.67 0.58 10
|
43 |
+
weighted avg 0.88 0.80 0.72 10
|