--
You received this message because you are subscribed to the Google Groups "Seldon Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seldon-users+unsubscribe@googlegroups.com.
To post to this group, send email to seldon...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seldon-users/8b1eb110-16b8-4828-ab84-0fb9b3d0ec94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
CliveHope that helps,and if there was a problem roll-backThen to update the version of one model you can use Kubernetes commands. for example:Yes you can dynamically update running versions. For example, to start an AB test between two prediction models of the Iris dataset:Hi Leon,Your models would be new Docker image versions.
seldon-server/kubernetes/bin/start-microservice --type prediction --replicas 2 --client test -i iris-model1 seldonio/iris_xgboost:2.1 rest 0.5 -i iris-model2 seldonio/iris_xgboost:2.1 rest 0.5
kubectl set image deployment/iris-model1 iris-model1=seldonio/iris_xgboost:2.0.8
kubectl rollout undo deployment/iris-model1
On 3 August 2017 at 09:47, Leon Zhang <leon...@gmail.com> wrote:
Hey, Seldon Users:I am new to Seldon, it looks cool and great for machine learning as service. But, I got the following questions:1. Is there any way I can define the version of my models? Or any alternative way to do that?2. Can I dynamic reload models from disk without interrupting my services?Thanks.
--
You received this message because you are subscribed to the Google Groups "Seldon Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seldon-users...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to seldon-users+unsubscribe@googlegroups.com.
To post to this group, send email to seldon...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seldon-users/4465cc51-f872-4dab-9b8c-f13b1f7f9c4a%40googlegroups.com.