Aller au contenu
login
arrow_backRetour aux issues
goldener-data/goldener #230

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.
codeOuvre sur GitHub