You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/frameworks/xgboost/using_xgboost.rst
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -397,9 +397,6 @@ You can deploy an XGBoost model that you trained outside of SageMaker by using t
397
397
Typically, you save an XGBoost model by pickling the ``Booster`` object or calling ``booster.save_model``.
398
398
The XGBoost `built-in algorithm mode <https://docs.aws.amazon.com/sagemaker/latest/dg/xgboost.html#xgboost-modes>`_
399
399
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
-
403
400
You can also deploy an XGBoost model by using XGBoost as a framework.
404
401
By using XGBoost as a framework, you have more flexibility.
405
402
To deploy an XGBoost model by using XGBoost as a framework, you need to:
0 commit comments