4 Comments
User's avatar
s.sasi sekhar's avatar

If we have feature store CI/CD pipeline, how to add in above flow?

Expand full comment
MarvelousMLOps's avatar

code on a feature branch -> create a PR -> CI pipeline runs, approvers approve -> merge -> CD pipeline runs (that is storing a feature in feature store)

Expand full comment
s.sasi sekhar's avatar

What if my intention is not to train model just to improve some code functionality, then how can I skip the deployment?

Expand full comment
MarvelousMLOps's avatar

I am not sure I get your question, you deploy your code somewhere, so every time you change the code on a feature branch -> create a PR -> CI pipeline runs, approvers approve -> merge -> CD pipeline runs

If you do not have the deployment yet, CD pipeline would not be part of the process yet

Expand full comment