Before now, we have worked hard to know our data and we have made it eligible for predictions. This section is going to create a regression predictive model, where we will be training it and using it for prediction.
Training and using predictive models for estimations
Preparing the schema for the model
In chapter 9, Predictive Model Training and Evaluation, we discussed two options for the predictive model storage and versioning. We will use this knowledge to create a simplified physical schema that will be used for a versioned stream of the predictive model.
We'll create a database schema, called Models, in the Phones database, and we will place all objects attending to the predictive modeling into this schema. First...