-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
scikit-learn: joblib support #537
Comments
@fkromer can you please provide a sample file? |
@lutzroeder Thanks a lot for the fast response. How can I share an exemplary |
@fkromer Small files: Zip and drag into the response field. Large files: Upload to cloud drive and share link. |
I've shared the example file (device tree model) for 7 days: <OBSOLETE_LINK> |
@lutzroeder Would be great if you got the example that I can get rid of it on my file share. |
Duplicate of #180 |
Great. Thanks a lot! |
For recoverable estimator persistence scikit-learn recommends to use
joblib
(instead ofpickle
). Sidenote: It is possible to export trained models into ONNX or PMML but the estimators are not recoverable. For more info refer to here.The text was updated successfully, but these errors were encountered: