0

I am interested if one can import sagemaker packages on your own local Python environment or whether they are restricted to AWS Sagemaker?

from sagemaker_automl import AutoMLInteractiveRunner, AutoMLLocalCandidate

For instance can I somehow download the sagemaker_automl?

I know the there are no sagemaker packages available in the conda repository. Perhaps there is some other way to get them.

1 Answer 1

3

The Sagemaker Python SDK is open source and on GitHub, as well as published on Pypi.

You can install it by running:

pip install sagemaker
Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for your answer do you maybe know if it is possible to run Sagemaker on Windows as well?
@BorutFlis according to the documentation the SDK is supported only on Unix/Linux and Mac systems. If you’re on a Windows machine, your best bets are WSL 2, Docker, VM (in this order).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.