Summary
In this chapter, we learned how to create an ML model. We learned that creating ML code is not that difficult and that the surrounding aspects are what makes it complex. On top of that, we learned about some basic terminologies, such as AutoML, pre-built models, and MLOps.
As I mentioned in the introduction, ML is not a core skill that a data engineer needs to have. However, understanding this topic will give a data engineer a bigger picture of the whole data architecture. This way, you can imagine and make better decisions when designing your core data pipelines.
This chapter is the end of our big section on Building Data Solutions with GCP Components. Starting from Chapter 3, Building a Data Warehouse in BigQuery, to Chapter 8, Building Machine Learning Solutions on GCP, we’ve learned about all the fundamental principles of data engineering and how to use GCP services. At this point, you are more than ready to build a data solution in GCP.
Starting from the...