Provides actions for training and scoring super learner models
Creates a table on the server that contains results from scoring observations by using a trained super learner model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
specifies a binary table object from a previous model fitting. |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
creates a table on the server that contains predictions from scoring a data table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
creates a table on the server that contains predictions from scoring a data table.
For more information about specifying the casOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of one or more variables to be copied from the scoring table to the output table.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a list of one or more base learner model names. If you specify this parameter, predictions from the corresponding base learners are included in the output data table.
| Alias | learner |
|---|---|
| Requirement | The specified values must be unique. |
when set to True, includes the predictions for each scenario in the output data table.
| Aliases | marginPreds |
|---|---|
| marginPred | |
| Default | FALSE |
specifies a predictive margin.
| Alias | scenarios |
|---|
The slScore_evaluate value can be one or more of the following:
specifies the variables to modify in a predictive margin and the values that they are set to.
| Alias | evaluate |
|---|
The slScore_varValue value can be one or more of the following:
specifies the value that a variable is set to in the predictive margin. For continuous variables, you specify a numeric value. For classification variables, you specify the raw (not formatted) level.
specifies a variable to modify in a predictive margin.
| Alias | variable |
|---|
labels the predictive margin in output tables.
names the predictive margin in output tables.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies a binary table object from a previous model fitting.
| Long form | restore={name="table-name"} |
|---|---|
| Shortcut form | restore="table-name" |
| Aliases | fit |
|---|---|
| load | |
| model |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).
Creates a table on the server that contains results from scoring observations by using a trained super learner model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
specifies a binary table object from a previous model fitting. |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
creates a table on the server that contains predictions from scoring a data table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
creates a table on the server that contains predictions from scoring a data table.
For more information about specifying the casOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of one or more variables to be copied from the scoring table to the output table.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a list of one or more base learner model names. If you specify this parameter, predictions from the corresponding base learners are included in the output data table.
| Alias | learner |
|---|---|
| Requirement | The specified values must be unique. |
when set to True, includes the predictions for each scenario in the output data table.
| Aliases | marginPreds |
|---|---|
| marginPred | |
| Default | false |
specifies a predictive margin.
| Alias | scenarios |
|---|
The slScore_evaluate value can be one or more of the following:
specifies the variables to modify in a predictive margin and the values that they are set to.
| Alias | evaluate |
|---|
The slScore_varValue value can be one or more of the following:
specifies the value that a variable is set to in the predictive margin. For continuous variables, you specify a numeric value. For classification variables, you specify the raw (not formatted) level.
specifies a variable to modify in a predictive margin.
| Alias | variable |
|---|
labels the predictive margin in output tables.
names the predictive margin in output tables.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies a binary table object from a previous model fitting.
| Long form | restore={name="table-name"} |
|---|---|
| Shortcut form | restore="table-name" |
| Aliases | fit |
|---|---|
| load | |
| model |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).
Creates a table on the server that contains results from scoring observations by using a trained super learner model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
specifies a binary table object from a previous model fitting. |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
creates a table on the server that contains predictions from scoring a data table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
creates a table on the server that contains predictions from scoring a data table.
For more information about specifying the casOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of one or more variables to be copied from the scoring table to the output table.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a list of one or more base learner model names. If you specify this parameter, predictions from the corresponding base learners are included in the output data table.
| Alias | learner |
|---|---|
| Requirement | The specified values must be unique. |
when set to True, includes the predictions for each scenario in the output data table.
| Aliases | marginPreds |
|---|---|
| marginPred | |
| Default | False |
specifies a predictive margin.
| Alias | scenarios |
|---|
The slScore_evaluate value can be one or more of the following:
specifies the variables to modify in a predictive margin and the values that they are set to.
| Alias | evaluate |
|---|
The slScore_varValue value can be one or more of the following:
specifies the value that a variable is set to in the predictive margin. For continuous variables, you specify a numeric value. For classification variables, you specify the raw (not formatted) level.
specifies a variable to modify in a predictive margin.
| Alias | variable |
|---|
labels the predictive margin in output tables.
names the predictive margin in output tables.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies a binary table object from a previous model fitting.
| Long form | restore={"name":"table-name"} |
|---|---|
| Shortcut form | restore="table-name" |
| Aliases | fit |
|---|---|
| load | |
| model |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import_ |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).
Creates a table on the server that contains results from scoring observations by using a trained super learner model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
specifies a binary table object from a previous model fitting. |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
creates a table on the server that contains predictions from scoring a data table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
creates a table on the server that contains predictions from scoring a data table.
For more information about specifying the casOut parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies a list of one or more variables to be copied from the scoring table to the output table.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies a list of one or more base learner model names. If you specify this parameter, predictions from the corresponding base learners are included in the output data table.
| Alias | learner |
|---|---|
| Requirement | The specified values must be unique. |
when set to True, includes the predictions for each scenario in the output data table.
| Aliases | marginPreds |
|---|---|
| marginPred | |
| Default | FALSE |
specifies a predictive margin.
| Alias | scenarios |
|---|
The slScore_evaluate value can be one or more of the following:
specifies the variables to modify in a predictive margin and the values that they are set to.
| Alias | evaluate |
|---|
The slScore_varValue value can be one or more of the following:
specifies the value that a variable is set to in the predictive margin. For continuous variables, you specify a numeric value. For classification variables, you specify the raw (not formatted) level.
specifies a variable to modify in a predictive margin.
| Alias | variable |
|---|
labels the predictive margin in output tables.
names the predictive margin in output tables.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
specifies a binary table object from a previous model fitting.
| Long form | restore=list(name="table-name") |
|---|---|
| Shortcut form | restore="table-name" |
| Aliases | fit |
|---|---|
| load | |
| model |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 2) parameter (Appendix A: Common Parameters).