Skip to content

silverstone1903/sagemaker-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Sagemaker 101 | Intro to AWS Sagemaker

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

Resources