-
Notifications
You must be signed in to change notification settings - Fork 12
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
ONNX support #1
Comments
Hello, the API follows a sklearn style API with predict, fit, etc. methods. But, we should implement PerpetualRegressor and PerpetualClassifier, by inheriting respective base sklearn classes. From skl2onnx docs: Even if we do this, skl2onnx might not work because under the hood, we have a Rust based estimator. Probably the best way to support this is to implement our own onnx converter instead of relying on skl2onnx. For people who are using Perpetual as part of a sklearn pipeline, we should provide an external converter. |
Thanks for the swift reply! |
+1 - we also need this feature! |
@ogencoglu @deadsoul44 - in the meantime is there any workaround to get an ONNX model saved down after fitting the model? |
No workaround. This might take some time to implement. PRs welcome. |
Does it support ONNX conversion for example through skl2onnx if it has scikit-learn compatibility?
The text was updated successfully, but these errors were encountered: