Skip to content

Commit 0880512

Browse files
author
Kim
committed
Move reference to BYOM notebook to AWS doc
1 parent d6005a8 commit 0880512

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/frameworks/xgboost/using_xgboost.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,6 @@ You can deploy an XGBoost model that you trained outside of SageMaker by using t
397397
Typically, you save an XGBoost model by pickling the ``Booster`` object or calling ``booster.save_model``.
398398
The XGBoost `built-in algorithm mode <https://docs.aws.amazon.com/sagemaker/latest/dg/xgboost.html#xgboost-modes>`_
399399
supports both a pickled ``Booster`` object and a model produced by ``booster.save_model``.
400-
For a sample notebook that shows to use the XGBoost built-in algorith mode to load a pre-existing XGBoost model,
401-
see `Amazon SageMaker XGBoost Bring Your Own Model <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/xgboost_bring_your_own_model/xgboost_bring_your_own_model.ipynb>`_.
402-
403400
You can also deploy an XGBoost model by using XGBoost as a framework.
404401
By using XGBoost as a framework, you have more flexibility.
405402
To deploy an XGBoost model by using XGBoost as a framework, you need to:

0 commit comments

Comments
 (0)