mm.. I think these tags would be useful if I already had a CI/CD pipeline in place? I'm looking more for best practices / guidance around how to setup a CI/CD pipeline to deploy my models (right now I'm deploying into prod manually)
f
flaky-plumber-70709
07/20/2023, 12:57 AM
not sure about best practice but have been experimenting with code pipeline thats managed by cdk. Basically it just runs unit tests -> executes the flow -> manual approval step -> tags production
flaky-plumber-70709
07/20/2023, 1:01 AM
going to do some fancier things down the road at the execution step with checking the outputs but right now it's just up to the data scientist to promote it w the approval