Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ datasets:
|
|
15 |
---
|
16 |
---
|
17 |
|
18 |
-
|
19 |
# Pinniped Detection Model
|
20 |
By Christopher Moon
|
21 |
|
@@ -89,9 +89,9 @@ F1-confidence curves shows us the ideal balance between precision and recall and
|
|
89 |
|
90 |
Normalized Confusion Matrix shows the percentage of true predictions against all of the other classes in the dataset. Here we can see that my model has difficulties correctly predicting some of my smaller classes as well as the pups.
|
91 |
|
92 |
-
### Model
|
93 |
|
94 |
-
This model is to be used by scientist studying Pinniped populations and destributions on the California Coastline. It could be used to show changing population dynamics between eg. California Sea Lions and Northern Fur Seals.
|
95 |
|
96 |
|
97 |
#
|
|
|
15 |
---
|
16 |
---
|
17 |
|
18 |
+

|
19 |
# Pinniped Detection Model
|
20 |
By Christopher Moon
|
21 |
|
|
|
89 |
|
90 |
Normalized Confusion Matrix shows the percentage of true predictions against all of the other classes in the dataset. Here we can see that my model has difficulties correctly predicting some of my smaller classes as well as the pups.
|
91 |
|
92 |
+
### Model Use Case
|
93 |
|
94 |
+
This model is to be used by scientist studying Pinniped populations and destributions on the California Coastline. It could be used to show changing population dynamics between eg. California Sea Lions and Northern Fur Seals. Future use could also be assessing birth rates. This model is still in progress so use is not recomended.
|
95 |
|
96 |
|
97 |
#
|