IBM / dse-decision-optimization-utilities

A Python package with various utilities that speed-up development of Decision Optimization projects in Watson Studio. Implements common tasks and provides best-practice guidelines to architect DO projects.
Apache License 2.0
4 stars 7 forks source link

Update DOModelDeployer for CPD 4.0 #35

Open victorterpstra opened 2 years ago

victorterpstra commented 2 years ago

In CPD 4.0 (on-prem) with git integration, deployment of a DO model cannot be completed through the CPD UI. In particular, the blue 'Promote to Deployment' button doesn't exist. Dev confirmed this feature is not yet supported.

The DOModelDeployer was developed for a similar situation in the past. However, it is based on the deprecated packages watson_machine_learning_client and dd_scenario.

Update the DOModelDeployer to use the current decision_optimization_client and ibm_watson_machine_learning. Test in CPD4.0

victorterpstra commented 2 years ago

In progress. dse-do-utils v0.5.4.1 contains a working version for CPD v4.0.3

victorterpstra commented 6 months ago

New: DOModelDeployerLocal (v0.5.6.0) for use from a local workstation (not CP4D). Tested with SaaS