You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new tab to the project details page for viewing details about the available algorithms.
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).
Summary
Add a new tab to the project details page for viewing details about the available algorithms.
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/
Related Issues
#632
#635
Additional Context
The text was updated successfully, but these errors were encountered: