How to load a scikit-learn .pkl model from s3 directly?

前端 未结 0 1154
春和景丽
春和景丽 2020-12-23 20:44

I am trying to use the following command

s3d= boto3.client("s3")

response = s3d.get_object(Bucket="bucket_name", Key= \'dummy.pkl\', Vers         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题