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 git

Changes made to the remote branch from which the model was imported into ModelOp Center will automatically sync with ModelOp Center. See Integrate with Git for more information.

Update an existing model using Jupyter

Include Page
dv30:Updating an existing model using Jupyterdv30:
Updating an existing model using Jupyter

Update an Existing Model Using the ModelOp Command Center

Pre-Requisites

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.

    Image Removed

  3. Select the model you want to modify from the list. This opens the Model Details page.

    1. Image Added
  4. In the “Model Info” “Details” tab of the Model Details page, the user can :

    1. In the “Edit Metadata” section:

      1. Edit the Model Name

      2. Edit the Model Description

      3. Add a tag

    2. In the “Edit Functions” section:

      1. Update each of the functions

    3. To save the changes, select the “Update Model” button in the top right:

    4. Image Removed

    In the “Sources” tab, the user can view the latest source code files.edit the Model Details, Metadata, or Functions that are used for initialization/training/scoring/metrics:

    1. Image Added
  5. In the “Assets” tab, the user can:

    1. Add additional Assets by clicking the “Add Assets” button:

    2. Image Added

      Modify existing assets by clicking on and individual asset. The asset details will appear in the side bar, allowing the user to edit the Asset Role or to Delete the asset, as desired:

      1. Image Added
  6. In the “Schemas” tab, the user can view the latest input and/or output schema files.

    In the “Attachments” tab, the user can add or delete attachments:

  7. To delete an attachment:

    1. Open the Attachments tab. The list of attachments associated with the registered model should appear.

    2. Find the attachment that should be deleted.

    3. Click the delete icon. The attachment will be removed from the registered model.

  8. To add an attachment to an existing model:

  9. Open the Attachments tab. The list of attachments associated with the registered model should appear.

  10. In the top right, choose to add an attachment by choosing to “Upload File” (from local desktop), “Add by URL” (from an existing remote location), or “Add a SQL Asset”

  11. Image Removed
  12. Follow the instructions in the popup box to add the attachment.

  13. Refresh the page. The attachment should be added to the registered model

    To edit the Schema, see the Model Schemas page.

    1. Image Added