Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-pickle export option? #344

Open
nickeubank opened this issue Feb 13, 2024 · 1 comment
Open

Non-pickle export option? #344

nickeubank opened this issue Feb 13, 2024 · 1 comment

Comments

@nickeubank
Copy link

Related to #308 , expansion of #201

It'd be great to have a non-pickle export option. As in #308, some people want to move models to other languages, but even for those who are staying in Python, an export option that isn't pickle-dependent would be really nice given how brittle pickles can be to version differences (having trouble not imaging a brittle pickle now...) and the fact some environments don't support their use for security reasons.

@dswah
Copy link
Owner

dswah commented Feb 15, 2024

@nickeubank Interesting!
What do you thinkwould be a good export format?

I see that scikit-learn supports pickle, joblib (similar to pickle), and onnx.

The Onnx approach would be cool, but requires some custom work. Maybe we can fork the sklearn-onnx repo to get a head start?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants