Define a Model Retrain Task

To define a model retrain task:
  1. Right-click the project name and select Define Model Retrain Task. The Define Model Retrain Task wizard appears.
    Define Model Retrain Task
  2. (Optional) Select one or more models to be retrained. To select all models, select the Select All check box.
  3. Select a destination version for new models.
    Note: If you do not select a destination version, the default location is used for the destination of the new retrained models.
    (Optional) To create a new version to store the new retrained models:
    1. From the Select Models for Retrain page of the wizard, click New. The New Version window appears.
      New Version for Model Retrain Task
    2. Enter a name of the new version and select a life cycle template. Entering a description of the new version is optional.
    3. Click OK. You are then returned to the Define Model Retrain Task wizard.
  4. Click Browse to select a training data source from the SAS Metadata Repository tab or the SAS Libraries tab.
    Select a table for the Model Retrain Task
    Click OK. You are then returned to the Define Model Retrain Task wizard.
  5. Select a SAS Application Server.
  6. (Optional) Specify a location to store the report. By default, the report is stored in the SAS session’s working folder on the SAS Workspace Server. To change the location, click Browse. The Select Folder on Workspace Server window appears.
    The Select Folder on Workspace Server window
    Select a folder and click OK.
  7. (Optional) Specify where to store the retraining results. Click Browse. The Select Folder on Workspace Server appears. Select a folder and click OK
    Note: This setting is for informational purposes only. The data sets and files that are created during model retraining are stored in this location. By default, the training results are stored in the SAS session’s working folder on the SAS Workspace Server.
  8. (Optional) Select Register new trained model to specify whether to register the new models. If this option is not selected, the new models are not registered in the destination version in the Project Tree, and they are not saved to the SAS Content Server.
  9. (Optional) Select Trace On to print trace information to the SAS log file.
  10. Select a data processing method of either Standard configuration or High-performance configuration.
    Note: To use the high-performance configuration, you must license the SAS High-Performance Analytics server.
  11. Click Next. The Select Models for Comparison page appears.
    Select Models for Comparison for Model Retrain Task
  12. Select the models to be compared to the retrained model. To select all models, click Select All.
    Note: If you do not select a model, the champion model in the default version for the project is used to perform the comparison.
  13. Select a comparison data source. Take one of the following steps:
    • Select Use training data source if you want to use the training data as the comparison data source. You can either use the whole training data source to compare or partition it into two parts, based on partition percent and random seed. The percent that is specified is the percentage of data that is used for model comparison; the other part of the data is used for training. The random seed value is used to generate the training data based on the random sampling method.
    • Click the Browse to select a performance data set as the comparison data source.
  14. Specify the report options.
    1. Enter a report name.
    2. Select a format for the report output. The standard formats that are available are RTF, PDF, HTML, and EXCEL. The default is RTF.
      Note: SAS Model Manager administrators can configure the report formats that are available using SAS Management Console.
    3. Select a style for the report. The available styles are SAS default, Seaside, Meadow, and Harvest. The default is SAS default.
      Note: SAS Model Manager administrators can configure the report styles that are available using SAS Management Console.
  15. Click Next. In the Set E-Mail Notifications page, you can specify e-mail recipients to receive notification the retrained model.
    Set E-Mail Notifications for Model Retrain Task
    (Optional) To send the training results by e-mail, enter an e-mail address or multiple e-mail addresses that are separated by a comma or blank, and then click Add. To delete a recipient, select the recipient’s e-mail address and click Delete.
  16. Click Finish. The SAS code is generated and placed in the Model Retrain folder of the associated project.