IEEE Paper Format Template
IEEE Paper Format Template
The integration of Continuous Integration (CI) and III. CI/CD PIPELINE STAGES IN MACHINE LEARNING
Continuous Delivery (CD) pipelines in machine learning (ML)
processes has become essential for automating model
The CI/CD pipeline in ML has three primary stages, each
development, testing, and deployment. CI/CD pipelines enhance critical to ensuring smooth model integration and
the speed and reliability of deploying ML models, ensuring that deployment.
updates are integrated seamlessly into production environments
without interruption. This paper explores the components of a A. Build Stage
CI/CD pipeline in ML, including tools like Git for version
The build stage initiates the pipeline by collecting the latest
control, Jenkins for automation, Docker for containerization,
and Kubernetes for orchestration. The paper also discusses real- model code and data from a version control system like Git.
world applications and future trends, highlighting the role of This stage involves data preprocessing and model training on
CI/CD in enabling scalable and maintainable ML solutions that current datasets, ensuring that the model aligns with the latest
can adapt to continuous data changes. parameters and data.