-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Summary
Add a new tab to the project details page for viewing details about the available algorithms. Link to the algorithm detail view where the algorithm names currently appear in the app.
Detailed Description
When viewing the species predictions for an Occurrence in the identifications tab, you can see the name of the algorithm used, but you cannot not click on the name or see any details about it.
Furthermore, it is important to see the list of species that each model was trained to identify.
These details will be available after #632 and #635 are merged.
The list of species is often called the list of labels, or the category map. This can be quite long for our classifiers, from 1,000 - 30,000 entries so we need a way to handle that in the UI. We can link to the JSON response as a first step (the endpoint).
Implementation Details
Relevant endpoints:
http://localhost:8000/api/v2/ml/labels/
http://localhost:8000/api/v2/ml/algorithms/

