Provides actions for performing light gradient boosting.
Performs high-performance gradient boosting..
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 parametertable |
— |
specifies the input table of training data. |
|
— |
specifies the input table list of validation tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
produces the predicted class scores table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the table in which to save the model for future scoring. |
randomly selects a portion of the data without resampling.
| Alias | subsample |
|---|---|
| Default | 1 |
| Range | (0–1] |
specifies the frequency of bagging.
| Alias | bagging_freq |
|---|---|
| Default | 0 |
| Minimum value | 0 |
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 the input variable list for analysis.
| Alias | input |
|---|
specifies L1-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the minimum data in the leaf node.
| Alias | minDataInLeaf |
|---|---|
| Default | 20 |
| Minimum value | 0 |
specifies the learning rate for boosting.
| Default | 0.1 |
|---|---|
| Minimum value (exclusive) | 0 |
randomly selects a subset of features on each iteration or tree.
| Alias | featureFraction |
|---|---|
| Default | 1 |
| Range | (0–1] |
limits the maximum threshold points in categorical features.
| Alias | maxCatThreshold |
|---|---|
| Default | 32 |
| Minimum value | 1 |
limits the maximum depth of the tree model.
| Default | -1 |
|---|
specifies the number of iterations for boosting.
| Alias | numIters |
|---|---|
| Default | 100 |
| Minimum value | 0 |
specifies a series of constraints of monotone input features, where 1 represents increasing, -1 represents decreasing, and 0 represents none.
specifies the number of bins to use for numeric variables in calculating the decision tree.
| Alias | maxBin |
|---|---|
| Default | 255 |
| Minimum value | 2 |
specifies the variables to treat as nominal variables.
specifies the objective function to use. By default, the objective function is regression.
produces the predicted class scores table.
The lgbmOutputStatement value can be one or more of the following:
specifies the settings for an output 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 input table to the output table. You can alternatively specify the value ALL, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
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).
specifies L2-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the table in which to save the model for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies the seed for the random number generator. By default, the seed is based on the time from the computer's clock.
| Default | 0 |
|---|---|
| Range | 0–MACINT |
specifies the input table of training data.
| Long form | table={name="table-name"} |
|---|---|
| Shortcut form | table="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | FALSE |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | TRUE |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | FALSE |
|---|
specifies the variables to use in the action.
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 input data.
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 target or response variable for training.
when set to True, specifies the use of special handling of missing values.
| Default | TRUE |
|---|
specifies the input table list of validation tables.
| Long form | validTable={name="table-name"} |
|---|---|
| Shortcut form | validTable="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | FALSE |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | TRUE |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | FALSE |
|---|
specifies the variables to use in the action.
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 input data.
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.
Performs high-performance gradient boosting..
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 parametertable |
— |
specifies the input table of training data. |
|
— |
specifies the input table list of validation tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
produces the predicted class scores table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the table in which to save the model for future scoring. |
randomly selects a portion of the data without resampling.
| Alias | subsample |
|---|---|
| Default | 1 |
| Range | (0–1] |
specifies the frequency of bagging.
| Alias | bagging_freq |
|---|---|
| Default | 0 |
| Minimum value | 0 |
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 the input variable list for analysis.
| Alias | input |
|---|
specifies L1-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the minimum data in the leaf node.
| Alias | minDataInLeaf |
|---|---|
| Default | 20 |
| Minimum value | 0 |
specifies the learning rate for boosting.
| Default | 0.1 |
|---|---|
| Minimum value (exclusive) | 0 |
randomly selects a subset of features on each iteration or tree.
| Alias | featureFraction |
|---|---|
| Default | 1 |
| Range | (0–1] |
limits the maximum threshold points in categorical features.
| Alias | maxCatThreshold |
|---|---|
| Default | 32 |
| Minimum value | 1 |
limits the maximum depth of the tree model.
| Default | -1 |
|---|
specifies the number of iterations for boosting.
| Alias | numIters |
|---|---|
| Default | 100 |
| Minimum value | 0 |
specifies a series of constraints of monotone input features, where 1 represents increasing, -1 represents decreasing, and 0 represents none.
specifies the number of bins to use for numeric variables in calculating the decision tree.
| Alias | maxBin |
|---|---|
| Default | 255 |
| Minimum value | 2 |
specifies the variables to treat as nominal variables.
specifies the objective function to use. By default, the objective function is regression.
produces the predicted class scores table.
The lgbmOutputStatement value can be one or more of the following:
specifies the settings for an output 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 input table to the output table. You can alternatively specify the value ALL, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
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).
specifies L2-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the table in which to save the model for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies the seed for the random number generator. By default, the seed is based on the time from the computer's clock.
| Default | 0 |
|---|---|
| Range | 0–MACINT |
specifies the input table of training data.
| Long form | table={name="table-name"} |
|---|---|
| Shortcut form | table="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | false |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | true |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | false |
|---|
specifies the variables to use in the action.
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 input data.
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 target or response variable for training.
when set to True, specifies the use of special handling of missing values.
| Default | true |
|---|
specifies the input table list of validation tables.
| Long form | validTable={name="table-name"} |
|---|---|
| Shortcut form | validTable="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | false |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | true |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | false |
|---|
specifies the variables to use in the action.
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 input data.
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.
Performs high-performance gradient boosting..
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 parametertable |
— |
specifies the input table of training data. |
|
— |
specifies the input table list of validation tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
produces the predicted class scores table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the table in which to save the model for future scoring. |
randomly selects a portion of the data without resampling.
| Alias | subsample |
|---|---|
| Default | 1 |
| Range | (0–1] |
specifies the frequency of bagging.
| Alias | bagging_freq |
|---|---|
| Default | 0 |
| Minimum value | 0 |
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 the input variable list for analysis.
| Alias | input |
|---|
specifies L1-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the minimum data in the leaf node.
| Alias | minDataInLeaf |
|---|---|
| Default | 20 |
| Minimum value | 0 |
specifies the learning rate for boosting.
| Default | 0.1 |
|---|---|
| Minimum value (exclusive) | 0 |
randomly selects a subset of features on each iteration or tree.
| Alias | featureFraction |
|---|---|
| Default | 1 |
| Range | (0–1] |
limits the maximum threshold points in categorical features.
| Alias | maxCatThreshold |
|---|---|
| Default | 32 |
| Minimum value | 1 |
limits the maximum depth of the tree model.
| Default | -1 |
|---|
specifies the number of iterations for boosting.
| Alias | numIters |
|---|---|
| Default | 100 |
| Minimum value | 0 |
specifies a series of constraints of monotone input features, where 1 represents increasing, -1 represents decreasing, and 0 represents none.
specifies the number of bins to use for numeric variables in calculating the decision tree.
| Alias | maxBin |
|---|---|
| Default | 255 |
| Minimum value | 2 |
specifies the variables to treat as nominal variables.
specifies the objective function to use. By default, the objective function is regression.
produces the predicted class scores table.
The lgbmOutputStatement value can be one or more of the following:
specifies the settings for an output 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 input table to the output table. You can alternatively specify the value ALL, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
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).
specifies L2-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the table in which to save the model for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies the seed for the random number generator. By default, the seed is based on the time from the computer's clock.
| Default | 0 |
|---|---|
| Range | 0–MACINT |
specifies the input table of training data.
| Long form | table={"name":"table-name"} |
|---|---|
| Shortcut form | table="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | False |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | True |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | False |
|---|
specifies the variables to use in the action.
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 input data.
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 target or response variable for training.
when set to True, specifies the use of special handling of missing values.
| Default | True |
|---|
specifies the input table list of validation tables.
| Long form | validTable={"name":"table-name"} |
|---|---|
| Shortcut form | validTable="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | False |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | True |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | False |
|---|
specifies the variables to use in the action.
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 input data.
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.
Performs high-performance gradient boosting..
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 parametertable |
— |
specifies the input table of training data. |
|
— |
specifies the input table list of validation tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
produces the predicted class scores table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the table in which to save the model for future scoring. |
randomly selects a portion of the data without resampling.
| Alias | subsample |
|---|---|
| Default | 1 |
| Range | (0–1] |
specifies the frequency of bagging.
| Alias | bagging_freq |
|---|---|
| Default | 0 |
| Minimum value | 0 |
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 the input variable list for analysis.
| Alias | input |
|---|
specifies L1-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the minimum data in the leaf node.
| Alias | minDataInLeaf |
|---|---|
| Default | 20 |
| Minimum value | 0 |
specifies the learning rate for boosting.
| Default | 0.1 |
|---|---|
| Minimum value (exclusive) | 0 |
randomly selects a subset of features on each iteration or tree.
| Alias | featureFraction |
|---|---|
| Default | 1 |
| Range | (0–1] |
limits the maximum threshold points in categorical features.
| Alias | maxCatThreshold |
|---|---|
| Default | 32 |
| Minimum value | 1 |
limits the maximum depth of the tree model.
| Default | -1 |
|---|
specifies the number of iterations for boosting.
| Alias | numIters |
|---|---|
| Default | 100 |
| Minimum value | 0 |
specifies a series of constraints of monotone input features, where 1 represents increasing, -1 represents decreasing, and 0 represents none.
specifies the number of bins to use for numeric variables in calculating the decision tree.
| Alias | maxBin |
|---|---|
| Default | 255 |
| Minimum value | 2 |
specifies the variables to treat as nominal variables.
specifies the objective function to use. By default, the objective function is regression.
produces the predicted class scores table.
The lgbmOutputStatement value can be one or more of the following:
specifies the settings for an output 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 input table to the output table. You can alternatively specify the value ALL, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
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).
specifies L2-norm regularization on prediction. The value must be greater than or equal to zero.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the table in which to save the model for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 2) parameter (Appendix A: Common Parameters).
specifies the seed for the random number generator. By default, the seed is based on the time from the computer's clock.
| Default | 0 |
|---|---|
| Range | 0–MACINT |
specifies the input table of training data.
| Long form | table=list(name="table-name") |
|---|---|
| Shortcut form | table="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | FALSE |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | TRUE |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | FALSE |
|---|
specifies the variables to use in the action.
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 input data.
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 target or response variable for training.
when set to True, specifies the use of special handling of missing values.
| Default | TRUE |
|---|
specifies the input table list of validation tables.
| Long form | validTable=list(name="table-name") |
|---|---|
| Shortcut form | validTable="table-name" |
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.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | FALSE |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
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 each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
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 input table.
This parameter is deprecated.
| Default | TRUE |
|---|
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | FALSE |
|---|
specifies the variables to use in the action.
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 input data.
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.