Update README.md
Browse files
README.md
CHANGED
|
@@ -3,22 +3,22 @@ license: apache-2.0
|
|
| 3 |
metrics:
|
| 4 |
- accuracy
|
| 5 |
---
|
| 6 |
-
Achieved
|
| 7 |
|
| 8 |
See [my Kaggle notebook](https://www.kaggle.com/code/dima806/galaxy-type-image-detection-vit) for more details.
|
| 9 |
|
| 10 |
-
.
|
| 7 |
|
| 8 |
See [my Kaggle notebook](https://www.kaggle.com/code/dima806/galaxy-type-image-detection-vit) for more details.
|
| 9 |
|
| 10 |
+

|
| 11 |
|
| 12 |
```
|
| 13 |
Classification report:
|
| 14 |
|
| 15 |
precision recall f1-score support
|
| 16 |
|
| 17 |
+
E 0.7656 0.8848 0.8209 13592
|
| 18 |
+
S 0.7526 0.6685 0.7081 13591
|
| 19 |
+
SB 0.8262 0.7900 0.8077 13591
|
| 20 |
|
| 21 |
+
accuracy 0.7811 40774
|
| 22 |
+
macro avg 0.7815 0.7811 0.7789 40774
|
| 23 |
+
weighted avg 0.7815 0.7811 0.7789 40774
|
| 24 |
```
|