Skip to content

Latest commit

 

History

History

01-traditional-ways-of-building-model-on-notebook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Bring your own notebook to run on Amazon SageMaker Studio


This option is for those who wish to move and utilize the power of Cloud to run the machine learning model. This is not the recommended way of building the machine learning model using Amazon SageMaker.

Why this is not recommended

If you are data scientist or model developer, you will usually spin up Jupyter Notebook or Python IDE to start exploring the data, creating feature engineering, building, optimising the models, and deploying it to the production within the same notebook. As such, you are most likely to spin up quite large amount of instances to support all those tasks in one notebook.

Amazon SageMaker allows data scientist to decouple the process by starting small instance (i.e., 2 vCPU, 4 GiB of RAM) to explore the data, and move all the other processes with each different instances, like;

Normally, model training and optimising are the most resource intensive task and requires a large instances (i.e., up to 64 vCPU or use multiple GPUs) depends on the workload of your model.

With this decoupling of data science process, data scientists can work more effective, innovate faster, and at the lower cost.