\scorecode
,
which the macro creates as a subfolder of the model folder.
\scorecode
folder
are named using the project UUID as the model folder name. The %MM_RunReports()
macro uses the mm_jobs.project data set to determine the project UUID.
The project UUID is then used as the name of the model on the SAS
Model Manager server for scoring when the performance monitoring reports
are created.
filename repmacro catalog 'sashelp.modelmgr.reportmacros.source'; %inc repmacro;
/* Source file name: sashelp.modelmgr.reportExample1.source */ FILENAME mmmac catalog 'sashelp.modelmgr.reportmacros.source'; %inc mmmac; %MM_GetModels( channel=\\network1\MMChampion\channel1, localPath=c:\mm.test\model.extraction);
Variable Name for the
Project or Model Information
|
Description
|
---|---|
algorithm
|
The algorithm that was
used to create the model
|
fileName
|
Not used
|
isChampionModel
|
True or False to indicate
whether the model is the champion model
|
keyWords
|
Keywords
|
miningFunction
|
The type of mining function,
such as classification, prediction, segmentation
|
model
|
Not used
|
modeler
|
The name of the person
who created the model
|
modelName
|
The name of the model
|
modelProductionTimestamp
|
The time at which the
model was declared as a production model
|
modelTool
|
The name of the tool
that was used to train the model
|
modelUUID
|
The UUID for the model
|
nodeDescription
|
Not used
|
projectPath
|
The project URL
|
project UUID
|
The UUID for the project
|
repository
|
The repository URL
|
scoreCodeType
|
DATA step or SAS program
|
subject
|
The subject name
|
targetName
|
The Training target
variable name
|
userAttr
|
User-defined attributes,
such as "MODELER='sasguest' MODELPROJECTVARMAP='predictedProbability
eq P_BAD1; predictedClass eq I_BAD;' "
|
versionName
|
The name of the version
that contains the model
|
whenPublished
|
The date and time at
which the project or model was published to the channel
|
whoPublished
|
The user who published
the model
|