ModelOps - Import and Deploy your first GIT Model
Overview
This is a how-to for people who are new to ClearScape Analytics ModelOps. In the tutorial, you will be able to create a new project in ModelOps, upload the required data to Vantage, and track the full lifecycle of a demo model using code templates and following the methodology for GIT models in ModelOps.
Prerequisites
-
Access to a Teradata Vantage instance with ClearScape Analytics (includes ModelOps)
-
Ability to run Jupyter notebooks
If you need a test instance of Vantage, you can provision one for free at https://clearscape.teradata.com
Files needed
Let's start by downloading the needed files for this tutorial. Download these 4 attachments and upload them in your Notebook filesystem. Select the files depending on your version of ModelOps:
ModelOps version 6 (October 2022):
Download the ModelOps training Notebook
Download BYOM Notebook file for demo use case
Download data files for demo use case
Download BYOM code files for demo use case
Alternatively you can git clone following repos
ModelOps version 7 (April 2023):
Download the ModelOps training Notebook
Download BYOM Notebook file for demo use case
Download data files for demo use case
Download BYOM code files for demo use case
Setting up the database and Jupyter environment
Follow the ModelOps_Training Jupyter Notebook to setup the database, tables and libraries needed for the demo.
Understand where we are in the Methodology
Create a new Project or use an existing one
Add a new Project
-
create project
-
Details
-
Name: Demo: your-name
-
Description: ModelOps Demo
-
Group: your-name
-
Credentials: No Credentials
-
Branch: master
Here you can test the git connection. If is green then save and continue. Skip the service connection settings for now.
When creating a new project, ModelOps will ask you for a new connection.