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.
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
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
andibm_watson_machine_learning
. Test in CPD4.0