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 5b83d9a commit fe926f5Copy full SHA for fe926f5
docs/source/user_guide/model_registration/frameworks/automlmodel.rst
@@ -238,11 +238,15 @@ Open ``automl_model_artifact/score.py`` and edit the code to instantiate the mod
238
239
240
Verify score.py changes by running inference locally.
241
+
242
243
.. code-block:: python3
244
245
automl_model.verify(X_test.iloc[:2], auto_serialize_data=True)
246
247
Save model and Deploy the model. After it is successfully deployed, invoke the endpoint by calling .predict() function.
248
249
250
251
252
model_id = automl_model.save(display_name='Demo AutoMLModel model')
0 commit comments