Feat : sort species by max confidence #198
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Still trying to sort through all my species, and I wanted to try to sort by max confidence. In the end this can be even more useful than sorting by count for atypical species as was demonstrated when I had a single traveling bird that came (so 3-4 occurences) but with a 99% detection value. On the other hand, I have an abnormal specie with tons of detections but none above 95% which could indicate a false positive.
Here is the code - I was wondering if this could be useful to the more global community.
Also, I made a specific button to reflect the "sort by confidence" as currently the page for individual observations of a species use the "sort by occurences" icons instead.