You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the introduction of "scikit_bring_your_own" to run the example, but I encounter some questions .
1、If I want to utilize the resource of AWS, I will push the docker image to sagemaker and excute the processing including "creating training Job"。After training job, I can find the s3 path of trained model named"model.tar.gz" and ec2 path of docker image on the console, can I download this model.tar.gz and docker image and deploy them on the other platform which has no relationship with AWS to make prediction? If can, can you give me an example?
2、If I trained the model with local mode, and then I put the trained model nameed "decision-tree.pkl" in my docker container. And After I push the docker image to sagemaker, can I run "creating new model" directly without creating new trainng job. And then deploy on sagemaker to publish a webservice.