File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,12 @@ To view logs after attaching a training job to an estimator, use :func:`sagemake
203
203
until the completion of the Hyperparameter Tuning Job or Batch Transform Job, respectively.
204
204
To make the function non-blocking, use ``wait=False ``.
205
205
206
+ XGBoost Predictor
207
+ -----------------
208
+
209
+ The default serializer of ``sagemaker.xgboost.model.XGBoostPredictor `` has been changed from ``NumpySerializer `` to ``LibSVMSerializer ``.
210
+
211
+
206
212
Parameter and Class Name Changes
207
213
================================
208
214
@@ -327,11 +333,6 @@ TensorFlow Serving Predictor
327
333
``sagemaker.tensorflow.serving.Predictor `` has been renamed to :class: `sagemaker.tensorflow.model.TensorFlowPredictor `.
328
334
(For the previous implementation of that class, see `Deprecate Legacy TensorFlow <#deprecate-legacy-tensorflow >`_).
329
335
330
- XGBoost Predictor
331
- ~~~~~~~~~~~~~~~~~
332
-
333
- The default seriazlier of ``sagemaker.xgboost.model.XGBoostPredictor `` has been changed from ``NumpySerializer `` to ``LibSVMSerializer ``.
334
-
335
336
336
337
Inputs
337
338
------
You can’t perform that action at this time.
0 commit comments