Closed andycraig closed 3 years ago
Hi Andy,
Here is an example for you: https://github.com/fastforwardlabs/cml_churn_demo_mlops/blob/master/8_build_project.py
This repo will eventually be folded into the CML v2 API, it's a stop gap to do some of the automation we need for demo automation.
@fletchjeff Perfect! Just what I needed. Thank you!
Hi, thank you for releasing this. I've had a try at using it but am getting stuck at knowing the parameters expected by the API.
In particular, I'm interested in using
create_job(self, params)
but I'm not sure what the expected keys ofparams
are. If you have an example call tocreate_job
that you could copy-paste here that in itself would be great.Apologies in advance if this is documented somewhere and I've missed it.
Thank you.