We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eff097 commit a19c99cCopy full SHA for a19c99c
doc/frameworks/xgboost/using_xgboost.rst
@@ -417,7 +417,7 @@ Pass the filename of the inference script as the ``entry_point`` parameter when
417
Create an XGBoostModel Object
418
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
419
420
-Now call the ``sagemaker.xgboost.model.XGBoostModel`` constructor to create a model object,
+To create a model object, call the ``sagemaker.xgboost.model.XGBoostModel`` constructor,
421
and then call its ``deploy()`` method to deploy your model for inference.
422
423
.. code:: python
0 commit comments