Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article describes how to update an existing model using Jupyter or the ModelOp Command Center.

Table of Contents

Table of Contents

Update an existing model using Jupyter

To update a model using the ModelOp Center Jupyter notebook, you must:

  • Have an existing model, minimally in the form of a source code file (e.g. mymodel.py file)

  • Have already registered the model with the ModelOp Center

  • Have already loaded a model in a Jupyter notebook for which you wish to publish updates.

For instructions on registering a model using the Jupyter notebook, see v2.1 Register a Model and Opening an existing model in Jupyter.

To update a model in Jupyter

Include Page
Updating an existing model using Jupyter
Updating an existing model using Jupyter

Update an Existing Model Using the ModelOp Command Center

To update a model using the ModelOp Command Center, you must:

  • Have an existing model, minimally in the form of a source code file (e.g. mymodel.py file).

  • Have registered the model with the ModelOp Center.

To update a model in ModelOp Command Center:

  1. Navigate to the ModelOp Command Center.

  2. In the left column, click Models.

  3. Select the model you want to modify from the list, and then click Model Source.

  4. The code appears in a code cell. Modify the code in the cell.

  5. Click the save icon in the top left corner of the cell.

  6. You can make similar changes in the Attachments, Input Schema, Output Schema, and Model Functions tabs. View Creatig