Submitted by unofficialmerve t3_zd3n8s in MachineLearning
Hello 👋🏼 I'm Merve, one of the core devs of this library called skops. In the latest release, we introduced a new serialization format for sklearn models that is more secure than pickle.
You can check this notebook out to see how to use it.
If you want to learn more, check out our docs.
It's very appreciated if you could let us know if you run into any issues by opening an issue on GitHub.
​
link0007 t1_iz11xzx wrote
It's so strange the python ML community has still not found a suitable model format, despite years and years of effort. What even happened to efforts like PMML?
Meanwhile I'm quite happy with the R infrastructure with storing tidymodels pipelines.