arrow_backRetour aux issues
goldener-data/goldener
#25
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
`GoldSelector`: Select a bunch of really similar data
ecoDébutant
enhancement
help wanted
ready
descriptionDescription
**Context & Problem**
After already isolated some `anchors` (for instance based on a GoldGreedyKCenterSelectionTool output or after defining centroids with clustering), one might want to select new samples based on their prioperties compared to the anchors.
Let's add a selection tools returning different samples based on anchors!
**Proposed Solution**
1. Add a base class GoldAnchorBasedSelectionTool (same as GoldSelectionTool but with an `anchors` attribute)
2. In `select`, consider k to be per anchor and do a loop over the anchors
3. add `_select_for_anchor` abstract method to be called in the loop of `select`
4. add a simple GoldClosestAnchorBasedSelectionTool: select the closest embeddings from each anchor
Note: how would we get the information linking the selection and the anchor?
Issues similaires
calkit/calkit
star53
Poids du dépôt moyen
VS Code extension should be robust to YAML parser errors
Seeing this error: ``` Failed to read calkit.yaml: YAMLParseError: A block sequence may not be used as an implicit map…
Python
bug
good first issue
fu351/Doberman-Core
star211
Poids du dépôt léger
dash: a manual Refresh control
The dashboard polls: `refreshStats()` (`src/doberman/dash/app.py:408`) every 5 s and `refreshPending()` (`:546`) every …
Python
enhancement
good first issue
fu351/Doberman-Core
star211
Poids du dépôt léger
dash: "Copy details" button on each pending-approval card
Each pending-approval card in the dashboard (`renderPending`, `src/doberman/dash/app.py:448-544`) shows the risk badge,…
Python
enhancement
good first issue