Model Profile Reports

About Model Profile Reports

A Model Profile report displays the profile data that is associated with the model input variables, output variables, and target variables. The report creates three tables, one each for the model input, output, and target variables.
Here is a description of the model profile data:
Profile Data
Description
Name
The name of the variable.
Type
The data type of the variable: character ( C ) or numeric ( N ).
Length
The length of the variable.
Label
A label that is associated with the variable.
Format
The SAS format that is associated with formatting the variable.
Level
The measurement level: nominal, ordinal, interval, or binary.
Role
The type of variable: input, output, or target.
The reports are created using these auxiliary model files:
  • inputvar.xml
  • outputvar.xml
  • targetvar.xml
Note: The target variable property must be set in order for a model to be able to run the Model Profile report.

Create a Model Profile Report

To create a Model Profile report:
  1. Click New report and select Model Profile. The New Report window appears.
    Model Profile Report
  2. Enter a name and description if you do not want to use the default values.
  3. Select an output type. The default is PDF.
  4. Select a style for the report. When the SAS default option is selected, the default style and themes are used in generating the report. For example, the SAS default style for the HTML output type is HTMLBLUE.
  5. From the list, select the model that you want to include in the report.
  6. Click Run. The report is generated and appears in the default viewer for the selected output type.

See Also

Last updated: February 22, 2017