mleap
mleap copied to clipboard
Example for invoking MLeap runtime in python?
While the product claims to run universally, I only see example/document for invoking the runtime in Scala. Are there support/documents for Python?
+1
+1
+1
+1
+1
Currently, mleap-runtime can only be invoked from Scala/Java/JVM based language. What you can do though, is to have either a grpc client or http client in Python, calling a scoring service running in Java/Scala. You can start by taking a look at the docker images with the spring boot/grpc services we released recently.
+1
+1