Top "Amazon-sagemaker" questions

Amazon SageMaker is a fully-managed AWS service that enables developers and data scientists to quickly and easily build, train, and deploy machine learning models at any scale.

Load S3 Data into AWS SageMaker Notebook

I've just started to experiment with AWS SageMaker and would like to load data from an S3 bucket into a …

python amazon-web-services amazon-s3 machine-learning amazon-sagemaker
How to schedule tasks on SageMaker

I have a notebook on SageMaker I would like to run every night. What's the best way to schedule this …

amazon-web-services jupyter-notebook amazon-sagemaker
Reading a large csv from a S3 bucket using python pandas in AWS Sagemaker

I'm trying to load a large CSV (~5GB) into pandas from S3 bucket. Following is the code I tried for …

python csv amazon-s3 amazon-sagemaker
IAM Roles for Sagemaker?

I'm trying to get AWS SageMaker to call AWS Comprehend. I'm getting this message in SageMaker: ClientError: An error occurred (…

amazon-web-services amazon-iam amazon-sagemaker amazon-comprehend
The current AWS identity is not a role for sagemaker?

I am getting error when i call get_execution_role() from sagemaker in python. I have attached the error for …

amazon-web-services amazon-sagemaker
Memory error in amazon sagemaker

Memory error occurs in amazon sagemaker when preprocessing 2 gb of data which is stored in s3. No problem in loading …

amazon-sagemaker