ibis-project / ibis-ml

IbisML is a library for building scalable ML pipelines using Ibis.
https://ibis-project.github.io/ibis-ml/
Apache License 2.0
88 stars 13 forks source link

feat: add serializer and deserializer for recipe #79

Open jitingxu1 opened 5 months ago

jitingxu1 commented 5 months ago

Backlog item, details to follow.

deepyaman commented 4 months ago

Can we add some workflows that people may try to do currently that are blocked by the lack of serialization support?

deepyaman commented 3 months ago

Does something in particular not work here? Did pickle a model with Recipe in https://github.com/ibis-project/kedro-ibis-tutorial without issue.

ianmcook commented 1 month ago

Whatever the recommended method is to serialize and deserialize recipes, we should clearly document it.