Adds a project to a folder.
specified the name of the project. The name can contain letters, spaces, the underscore ( _ ), the hyphen ( - ), and the period ( . ).
specifies a variable or a macro variable that is used to identify the new project.
NewProjectId=projectId
,
you can use ParentId=&projectId
in the
%mdlmgr_AddVersion( ) macro.
specifies a description of the project.
specifies a data set that must include the input variables that are used by the champion model. If you have several candidate models for your project, make sure that all candidate model input variables are included in the project input table. The data set does not need to contain data. If you use the train table as a project input table, be sure to exclude the target variable.
Requirement | The data set must be a local or network file. This macro does not support project input tables in the SAS Metadata Repository. |
Tip | The project input table can be defined after the project is created. It must be defined before the project champion model is set. |
See | Create a Project Input Table |
specifies a data set that includes only output variables that are created or modified by the champion model. If you have several candidate models for your project, you must make sure that all project output variables are mapped to the champion model output variables. If you use the train table as the project output table, use the SET statement to specify the training table, and use the KEEP statement to specify the variables from the training table that you want in the project output table.
Requirement | The data set must be a local or network file. This macro does not support project output tables in the SAS Metadata Repository. |
Tip | The project output table can be defined after the project is created. It must be defined before the project champion model is set. |
See | Create a Project Output Table |
specifies whether to supply verbose trace messages to the SAS log.
Default | Off |