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

Make the `GoldClusterizer` serializable

ecoDébutant help wanted ready serialization

descriptionDescription

**Context & Problem** One core principle of Goldener is the on demand access to pipelines! To enable this for the clusterization of data, it is required to have a way to load/create back a previously created `GoldClusterizer`. So far, the only way to store a `GoldClusterizer` is to pickle it. This is unfortunately not so convenient when the design of objects can still evolve. Let's define the serialization format for the `GoldClusterizer`! **Proposed Solution** Following the design principle decided in https://github.com/goldener-data/goldener/issues/284: - make `GoldClusteringTool` serializable - make `GoldReductionTool` serializable (can as well be done from https://github.com/goldener-data/goldener/issues/287) - make `GoldClusterizer` serializable
codeOuvre sur GitHub