├── 50_Startups.csv ├── AWS_Train.ipynb ├── README.md ├── sagemaker_lambda.py └── startup_prediction.py /50_Startups.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScalarPy/AWS-Sagemaker-Deploy/HEAD/50_Startups.csv -------------------------------------------------------------------------------- /AWS_Train.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScalarPy/AWS-Sagemaker-Deploy/HEAD/AWS_Train.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScalarPy/AWS-Sagemaker-Deploy/HEAD/README.md -------------------------------------------------------------------------------- /sagemaker_lambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScalarPy/AWS-Sagemaker-Deploy/HEAD/sagemaker_lambda.py -------------------------------------------------------------------------------- /startup_prediction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScalarPy/AWS-Sagemaker-Deploy/HEAD/startup_prediction.py --------------------------------------------------------------------------------