-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot find custom model handler #137
Comments
Hey @deadsoul44 , thanks for reporting this issue and we removed this assertion in the next release. Apart from the the assertion, is it possible for you to provide a minimal reproducible example so that we can help investigate the issue? Thanks, |
We were trying to save a model that was trained using PerpetualBooster: https://github.com/perpetual-ml/perpetual Perpetual is still not available on the Snowflake conda channel, although we made a request almost two months ago. It should be stated in docs that the package should be available on the Snowflake Anaconda channel. Or there should be a way to define a custom handler. |
Got it, I wrote an example that may work in your use case, can you try?
Please let me know if you've met any issues |
Hey @deadsoul44 , Just following up on this issue. Has there been any progress or updates regarding the fix above? If there's anything I can help with, let me know! Thanks in advance for your time. Xinyi |
We exactly followed this doc to save a custom model:
https://docs.snowflake.com/en/developer-guide/snowflake-ml/model-registry/custom-models
But we get a handler error as described in this issue: #135
Could you please help us to find a way to define a custom handler?
The text was updated successfully, but these errors were encountered: