Skip to content

Commit 9c3ce41

Browse files
committed
Move xgboost section in docs
1 parent b2d296d commit 9c3ce41

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/v2.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ To view logs after attaching a training job to an estimator, use :func:`sagemake
203203
until the completion of the Hyperparameter Tuning Job or Batch Transform Job, respectively.
204204
To make the function non-blocking, use ``wait=False``.
205205

206+
XGBoost Predictor
207+
-----------------
208+
209+
The default serializer of ``sagemaker.xgboost.model.XGBoostPredictor`` has been changed from ``NumpySerializer`` to ``LibSVMSerializer``.
210+
211+
206212
Parameter and Class Name Changes
207213
================================
208214

@@ -327,11 +333,6 @@ TensorFlow Serving Predictor
327333
``sagemaker.tensorflow.serving.Predictor`` has been renamed to :class:`sagemaker.tensorflow.model.TensorFlowPredictor`.
328334
(For the previous implementation of that class, see `Deprecate Legacy TensorFlow <#deprecate-legacy-tensorflow>`_).
329335

330-
XGBoost Predictor
331-
~~~~~~~~~~~~~~~~~
332-
333-
The default seriazlier of ``sagemaker.xgboost.model.XGBoostPredictor`` has been changed from ``NumpySerializer`` to ``LibSVMSerializer``.
334-
335336

336337
Inputs
337338
------

0 commit comments

Comments
 (0)