Summary
In this chapter, you have learned how to create your first machine learning model using a simple CREATE MODEL
statement. While doing so, you explored customer_calls_fact
table data using query editor v2, learned about the basic syntax of the CREATE MODEL
statement, created a simple ML model, learned how to read the model’s output, and finally, used Redshift SQL to compute some of the model evaluation metrics yourself.
In the next chapter, you will use the basics that you have learned in this chapter to build various classification models using Redshift ML.