Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
/ cpdflow Public archive

Declarative model lifecycle management on Cloud Pak for Data

License

Notifications You must be signed in to change notification settings

randyphoa/cpdflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been superseded by crossdeploy.


cpdflow


cpdflow is a declarative approach to model lifecycle management on Cloud Pak for Data.

In a nutshell, cpdflow consolidates APIs from various Cloud Pak for Data modules in a dependency graph aligned to the 4 model lifecycle stages from Factsheets Model Inventory; so that you can simply declare the end state of each model and cpdflow infers the necessary steps and runs them.

Think of it as using Kubernete's apply to manage model lifecycles. Simply declare the final lifecycle stage for each model and let cpdflow handle the rest.

For example, to deploy two models (German Credit Risk-SVC and German Credit Risk-RF) in a development space, simply define the model names in the respective lifecycle stage.

cpdflow apply deploy -c config.json -m "German Credit Risk-SVC" -m "German Credit Risk-RF"

And to validate another model (German Credit Risk-GBC) on OpenScale in a development environment.

cpdflow apply validate -c config.json -m "German Credit Risk-GBC"

Note: Although there are prerequisites steps such as training, deploying and subscribing before OpenScale can evaluate the model, it was not explictly defined as cpdflow handles dependencies automatically.

cpdflow infers the necessary steps that needs to be actioned upon to achieve the final state.

Under the hood, cpdflow generates an execution path based on a dependency graph and runs the necessary steps to achieve the model's desired lifecycle stage.

Here is what the entire graph looks like,

Graph

This is a living graph and is updated consistently to add new features and update API changes.

About

Declarative model lifecycle management on Cloud Pak for Data

Resources

License

Stars

Watchers

Forks

Languages