arrow_backRetour aux issues
goldener-data/goldener
#226
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Force `GoldClusterizer` to cluster every sample in 1 unique single cluster
ecoDébutant
enhancement
good first issue
help wanted
ready
descriptionDescription
**Context & Problem**
In the output of a `GoldClusterizer` (from `cluster_in_dataset` or `cluster_in_table`), every vectors are assigned to 1 cluster. Depending on the situation, multiple vectors might come from the same sample and asisgned to different clusters.
For some situation, we might want to assign all the vectors of the same sample in the same cluster.
**Proposed Solution**
In `GoldClusterizer`, we add an new boolean attribute `force_same_cluster`. When it is True, we update the cluster of all the row of the same sample (using `idx`) instead of just the unique. `idx_vector` row. To do that we need to extract sample idx associated to the vector idx.
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