akridge commited on
Commit
2ec2fd9
Β·
verified Β·
1 Parent(s): ad8b005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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