Looks like we don't really use an IDE in any of Machine Learning workflow stages if we use AWS SageMaker. Entire work is done in jupyter notebook. Is this correct?
Asked
Active
Viewed 316 times
2 Answers
0
Jupyter Notebook can be considered an integrated development environment (IDE).
Amazon Web Services (AWS)'s SageMaker is a fully managed, cloud version of Jupyter Notebook.
Brian Spiering
- 20,142
- 2
- 25
- 102
-1
Some ide you can use in your local machine :
- Spyder
- Jupyter Notebook
- Jupyter Lab
Pycharm VSCode also has intregated support for notebook but i would suggest jupyter lab. It's really good
If you want to run on VMs then google colab and kaggle kernel is really good for free.
SrJ
- 818
- 3
- 9
-
1How does this relate to AWS Sagemaker? – aranglol Jul 16 '20 at 23:39