CI, CD, and CT are integral components of DevOps, which focus on automation, testing, and continuous delivery of software changes.
MLOps (Machine Learning Operations) is an extension of DevOps that specifically addresses the challenges of managing ML systems in production environments.
In MLOps, CI involves integrating both code and data pipelines, as ML systems are driven by data rather than just code.
CD in MLOps focuses on automating the deployment of dynamic and evolving ML systems, rather than shipping a single binary.