Update README.md
Browse files
README.md
CHANGED
|
@@ -47,6 +47,18 @@ This model was trained to **classify coral bleaching conditions** using the Visi
|
|
| 47 |
## π Results and Metrics
|
| 48 |
The model was evaluated using a withheld test set. The predictions were compared against human-labeled points for validation.
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
### Confusion Matrix
|
| 51 |
|
| 52 |
## π How to Use the Model
|
|
|
|
| 47 |
## π Results and Metrics
|
| 48 |
The model was evaluated using a withheld test set. The predictions were compared against human-labeled points for validation.
|
| 49 |
|
| 50 |
+
π Classification Report:
|
| 51 |
+
|
| 52 |
+
| |precision |recall|f1-score|support|
|
| 53 |
+
|-|-|-|-|-|
|
| 54 |
+
|CORAL| 0.86| 0.91| 0.88| 973|
|
| 55 |
+
|CORAL_BL| 0.84| 0.75| 0.79| 589|
|
| 56 |
+
| | | | | |
|
| 57 |
+
|accuracy| | | 0.85| 1562|
|
| 58 |
+
|macro avg| 0.85| 0.83| 0.84| 1562|
|
| 59 |
+
|weighted avg| 0.85| 0.85| 0.85| 1562|
|
| 60 |
+
|
| 61 |
+
|
| 62 |
### Confusion Matrix
|
| 63 |
|
| 64 |
## π How to Use the Model
|