A simple and quick introduction to AWS SageMaker. Using SageMaker to perform modeling with XGBoost and deploying the model. Also uses Lambda and API Gateway services to deploy the model.
Detailed blog post: Sagemaker-101 | Modelleme ve Canlıya Alma (λ ile Serverless) (Turkish)
Folder structure:
| readme.md
|
+---data
| HR-Employee-Attrition.csv
|
+---lambda
| lambda_function.py
|
\---notebook
sagemaker_hr_attrition_xgb.ipynb
test_endpoint.ipynb