Skip to content

Commit fe926f5

Browse files
committed
resolve comments
1 parent 5b83d9a commit fe926f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/user_guide/model_registration/frameworks/automlmodel.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,15 @@ Open ``automl_model_artifact/score.py`` and edit the code to instantiate the mod
238238
239239
240240
Verify score.py changes by running inference locally.
241+
242+
241243
.. code-block:: python3
242244
243245
automl_model.verify(X_test.iloc[:2], auto_serialize_data=True)
244246
245247
Save model and Deploy the model. After it is successfully deployed, invoke the endpoint by calling .predict() function.
248+
249+
246250
.. code-block:: python3
247251
248252
model_id = automl_model.save(display_name='Demo AutoMLModel model')

0 commit comments

Comments
 (0)