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 ac20b3f commit 973d822Copy full SHA for 973d822
doc/frameworks/xgboost/using_xgboost.rst
@@ -434,7 +434,7 @@ and then call its ``deploy()`` method to deploy your model for inference.
434
initial_instance_count=1
435
)
436
437
-Now you can call the ``predict()`` method to get predictions from your deployed model.
+To get predictions from your deployed model, you can call the ``predict()`` method.
438
439
Host Multiple Models with Multi-Model Endpoints
440
-----------------------------------------------
0 commit comments