We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I was referring to this repo to build a custom docker image that does the feature transformation and use lightGBM model for prediction.
I wanted to use mleap to serialize my feature transformation model which is basically a spark pipeline model.
I tried adding dependencies in my docker and tried training but while calling serializeToBundle method I’m getting following exception.
JavaPackage object is not callable
Is there a way to get around this issue.
All stackoverflow posts recommend adding mleap jars but I’m not sure how to add those jars to a sage maker custom docker.
Can you guide me with that?
Thank You,
Prasad
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I was referring to this repo to build a custom docker image that does the feature transformation and use lightGBM model for prediction.
I wanted to use mleap to serialize my feature transformation model which is basically a spark pipeline model.
I tried adding dependencies in my docker and tried training but while calling serializeToBundle method I’m getting following exception.
JavaPackage object is not callable
Is there a way to get around this issue.
All stackoverflow posts recommend adding mleap jars but I’m not sure how to add those jars to a sage maker custom docker.
Can you guide me with that?
Thank You,
Prasad
The text was updated successfully, but these errors were encountered: