Summary
In this chapter, we re-factored the Age Calculator example from Chapter 4, Continuous Integration and Continuous Delivery (CI/CD) for Machine Learning, to further streamline the overall ML process by integrating the development teams and ML practitioner teams based on their areas of expertise.
For example, with this re-factored process, the development teams can now focus their expertise on building and developing the CI/CD components, while the ML practitioner teams can focus on codifying the ML process by using the Data Science SDK.
In the next chapter, we will switch personas to the ML practitioner team and review how they can codify the ML workflow as a Step Functions state machine.