Saving the model for deployment (linear models)

Recall that the ultimate purpose of building the linear model is to deploy it to customer service representatives in predictive model markup language (PMML). You can either save the model as part of the model building process, or afterwards from the Model Viewer.

  1. From the Model Viewer menus, choose:

    File > Export PMML...

  2. Specify a file to save.

This writes the model PMML to a .zip file. You can use this model file to apply the model information to other data files for scoring purposes. See the topic Scoring Wizard for more information.