arrow_backRetour aux issues
goldener-data/goldener
#230
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Add a GoldPipelineTool allowing to associate together multiple Goldener tools
ecoDébutant
help wanted
ready
descriptionDescription
**Context & Problem**
All GoldDoers have their own goal. Some of them can be used in one after the other. For instance:
- GoldDescriptor extracts and vectorize embeddings
- GoldClusterizer cluster the data
- GoldSplitter split the data in every cluster
Like we can see in [sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html) or [Airflow](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dags.html) and in a lot of data orchestration tools, we might help users to avoid complex configuration by providing Pipelining capabilities.
This is definitively a big chunk of work and require deep design thoughts before merging something.
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