Channels
announcements
introduce-yourself
resources
random
plugins-integrations
user-research
questions
questions-so
job-posting
help-
circleci-status
dependencies-releases
Powered by
#questions
Title
# questions
g
Galen Seilis
09/29/2023, 6:25 PM
I cannot pickle PyMC (v5) model objects. Any suggested workarounds? Maybe dill?
https://pypi.org/project/dill/
d
datajoely
09/29/2023, 6:36 PM
We support other pickle engines in the engine argument
❤️ 1
Including dill
❤️ 1
g
Galen Seilis
09/29/2023, 6:51 PM
Ah, I overlooked the engine config! Thank you.
j
Juan Luis
10/01/2023, 10:31 AM
and cloudpickle:
https://github.com/kedro-org/kedro-plugins/pull/361
Post