I have trained my dase model with huge dataset on my dev machine and its working fine. Now don't want to put data and train again on production machine. Since I have model ready I just want to put the generated model and start serving layer on production machine which is running PIO.
I am not sure whether PIO already has something for this. Or how people are generally do it. It is an obvious case where we always want to train model on dev machine and deploy it back to production.