Update an Existing Model

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

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

For instructions on registering a model using the Jupyter notebook, see Register a Model.

To update a model in Jupyter:

  1. If you already have a model loaded in Jupyter, skip to Step 5. Otherwise, navigate to your Jupyter instance.

  2. Under the Files tab, select New > Python3.

  3. Click the Load a Model icon (the down arrow) on the right side of the Tools ribbon.

     

  4. Select the model to modify from the drop-down.

     

  5. Jupyter pulls the code into a cell.

  6. Modify the code in the cell.

  7. With your cursor in the cell with the code, click the Update the current model icon (the up arrow).

     

  8. On the Save Model to ModelOp Center screen, click OK to save the changes. The modified model is copied back into the ModelOp Center.

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