nodet / dowml

A library and command line client to use Decision Optimization on IBM Watson Machine Learning (WML). NOT SUPPORTED BY IBM.
Apache License 2.0
3 stars 0 forks source link

Allow to specify the format of output? #2

Open nodet opened 2 years ago

nodet commented 2 years ago

Jobs are currently created with an hardcoded value for the output type:

'oaas.resultsFormat': 'JSON'

Other values are possible (https://dataplatform.dev.cloud.ibm.com/docs/content/DO/WML_Deployment/DeploySolveParams.html?context=cpdaas&audience=wdp), and it should be possible to select them.

nodet commented 2 years ago

This is now https://github.com/IBMDecisionOptimization/dowml/issues/2