Skip to content

Commit 3e4600a

Browse files
committed
XGBoost notebook changes
1. removed the older im-xgboost directory 2. added xgboost_mnist directory within amazon algos for multi-class classification 3. added xgboost_abalone directory within amazon algo for regression 4. modified the README.md for amazon algos 5. added xgboost_bring_your_own_model to adavanced
1 parent adfb6e6 commit 3e4600a

File tree

8 files changed

+704
-1400
lines changed

8 files changed

+704
-1400
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Bring Your Own Model (XGboost)
2+
`sagemaker-xgboost-bring-your-own-model.ipynb` shows how to train and Xgboost model in scikit-learn and then inject it into Amazon SageMaker's first party XGboost container for scoring. This addresses the use case where a customer has already trained their model outside of Amazon SageMaker, but wishes to host it for predictions within Amazon SageMaker.

0 commit comments

Comments
 (0)