Questions tagged [amazon-sagemaker]

Amazon SageMaker offers developers and data scientists a fully-managed AWS service designed to streamline the process of building, training, and deploying machine learning models effortlessly at any size.

What is the process for utilizing a scikit learn model within a 'model.tar.gz' file in Sagemaker?

Hello everyone, I recently dived into the world of Sagemaker and decided to train a classification model using the "linear-learner" through the Sagemaker API. To my surprise, it generated a "model.tar.gz" file in my s3 path. After doing some research, I r ...