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 | ||||
---|---|---|---|---|
|
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:
Navigate to the ModelOp Command Center.
In the left column, click Models.
Select the model you want to modify from the list, and then click Model Source.
The code appears in a code cell. Modify the code in the cell.
Click the save icon in the top left corner of the cell.
You can make similar changes in the Attachments, Input Schema, Output Schema, and Model Functions tabs. View Creatig