Load S3 Data into AWS SageMaker Notebook

前端 未结 7 1319
生来不讨喜
生来不讨喜 2020-12-01 07:39

I\'ve just started to experiment with AWS SageMaker and would like to load data from an S3 bucket into a pandas dataframe in my SageMaker python jupyter notebook for analysi

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 08:19

    If you have a look here it seems you can specify this in the InputDataConfig. Search for "S3DataSource" (ref) in the document. The first hit is even in Python, on page 25/26.

提交回复
热议问题