if you want to deploy specific version of trained model, you can specify the engine instance id which you can obtain afte train finish
pio deploy --engine-instance-id id On Tue, Feb 14, 2017 at 8:50 AM Zehao Zhang <[email protected]> wrote: > Hi, I'm trying to do a project where there are two identical engines. They > use the naive bayes model which is automatically persisted by predictionio. > However, I would like to make it so that either engine can deploy directly > with the model trained and persisted by the other engine. Is it possible to > do that? > > Thanks >
