how to use mleap model to do prediction?
Open
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
i just run the image and put a model to localhost:65327,the question is how can i use this model to do prediction?
```
docker run -p 65327:65327 -v /tmp/models:/models combustml/mleap-serving:0.9.0-SNAPSHOT
curl -XPUT -H "content-type: application/json" \
-d '{"path":"/models/yourmodel.zip"}' \
http://localhost:65327/model
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.