Provides actions to tune machine learning algorithm hyperparameters for individual or multiple model types
Automatically adjusts gradient boosting tree parameters to tune a model for minimum error.
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 |
|---|---|---|
|
lookupTable (and nested parameter table), userConfigurations |
specifies a list of parameters for adjusting how the tuner behaves. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
historyTable (and nested parameter table) |
specifies a list of parameters for adjusting how the tuner behaves. |
when set to True, validation is performed during model training and training is terminated when stagnated.
| Default | TRUE |
|---|
specifies a list of parameters to be used by the gbtreeScore action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters to be used by the gbtreeTrain action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters for adjusting how the tuner behaves.
| Alias | optMinerOpts |
|---|
The tunerOptions value can be one or more of the following:
specifies a list of constraints and their definitions.
The autotuneConstraintDefinition value can be one or more of the following:
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies a metric to constrain during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
when set to True, local search optimization is enabled for model tuning.
| Default | TRUE |
|---|
when set to True, creates a table of every evaluation (every model configuration) and returns those tables to the client.
| Default | TRUE |
|---|
specifies a column in the data table in which the cross validation fold value is indicated.
specifies the CAS table that is created by the autotune action that contains all evaluation history data points.
The history_table value can be one or more of the following:
when set to True, specifies that all unused lookup data points be appended to the table specified in the historyTable parameter.
| Default | FALSE |
|---|
when set to True, updates the table specified in the historyTable parameter after every evaluation. When the liveUpdate parameter is set to True, the table is promoted even if the promote parameter is not set to True, in order to allow other sessions to access the table.
| Default | FALSE |
|---|
For more information about specifying the table parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the level of log messages to be written: no logs (0), initialization and completion logs (1), setup and iteration results (2), or detailed evaluation results (3).
| Default | 2 |
|---|---|
| Range | 0–3 |
specifies the CAS table used by the autotune action for evaluation lookup.
The lookup_table value can be one or more of the following:
when set to True, selects the best point from the lookup table and uses it as the initial (default) point.
| Alias | initPoint |
|---|---|
| Default | FALSE |
specifies the settings for an input table.
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.
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 maximum number of points in the kriging model. This parameter is ignored unless the value "BAYESIAN" is specified in the searchMethod parameter.
| Alias | maxBayesianSize |
|---|---|
| Default | 500 |
| Minimum value | 10 |
specifies the maximum number of objective evaluations (model configurations) to be trained and scored.
| Alias | maxEvaluations |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of iterations of optimization for model tuning. At each iteration, the number of evaluated models is less than or equal to the value of the popSize parameter.
| Alias | maxIterations |
|---|---|
| Default | 5 |
| Minimum value | 1 |
specifies the maximum time allowed for tuning. The actual time might exceed this value by the amount of time required to train and score a model configuration.
| Default | 36000 |
|---|---|
| Minimum value | 1 |
specifies the maximum time allowed for a single model training. The model training is terminated if it exceeds this time, and the objective value is set to missing.
| Minimum value | 0 |
|---|
specifies the number of convergence iterations to use for terminating the tuning.
| Alias | nConvIters |
|---|---|
| Default | 4 |
| Minimum value | 1 |
specifies the number of folds to use for cross validation to assess model fit error as the tuning objective.
| Alias | nFolds |
|---|---|
| Default | 5 |
| Minimum value | 2 |
specifies the number of parallel subsessions to be used for parallel evaluation of model configurations.
| Default | 0 |
|---|
specifies the number of workers to be used by each subsession for parallel evaluation of model configurations.
| Alias | nSubWorkers |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the metric to use as the objective during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the maximum number of model configurations to evaluate at each iteration.
| Alias | populationSize |
|---|---|
| Default | 10 |
| Minimum value | 2 |
specifies the number of model configurations to evaluate when the value of the searchMethod parameter is "LHS" or "RANDOM".
| Default | 50 |
|---|---|
| Minimum value | 2 |
specifies the metric to use as the second objective during tuning.
| Default | NONE |
|---|
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the seed to use for selecting training data and validation data for a single validation partition or fold number for each observation for cross validation.
| Default | 0 |
|---|
when set to True, shuffles the points that are generated by the grid search method before execution.
| Default | TRUE |
|---|
specifies the name of the nominal target event to use for tuning.
specifies the size of a single data partition to use for model training during tuning.
| Alias | trainFraction |
|---|---|
| Range | 0.01–0.99 |
specifies the CAS table that contains user configurations to be used by the autotune action.
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.
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.
when set to True, includes a user-defined partition for training and scoring.
| Default | FALSE |
|---|
specifies the size of a single validation partition to use in order to assess model fit error as the tuning objective.
| Alias | validateFraction |
|---|---|
| Default | 0.3 |
| Range | 0.01–0.99 |
specifies a list of custom tuning parameters and their definitions.
The autotuneTuningParmDefinition value can be one or more of the following:
when set to True, excludes a tuning parameter from the tuning process.
| Default | FALSE |
|---|
specifies the initial (default) value of a tuning parameter.
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies the name path of a tuning parameter. For a nested action parameter, this parameter specifies a dot-separated path that includes all its parent parameter names. For a top-level action parameter, this parameter is simply the name of the parameter.
| Alias | name |
|---|
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
specifies the list of values to try for a tuning parameter. If this parameter is specified, the lower bound and upper bound values of the tuning parameter are ignored.
specifies whether to use only standard tuning parameters, only custom tuning parameters, or a combination of both.
| Default | COMBINED |
|---|
Automatically adjusts gradient boosting tree parameters to tune a model for minimum error.
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 |
|---|---|---|
|
lookupTable (and nested parameter table), userConfigurations |
specifies a list of parameters for adjusting how the tuner behaves. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
historyTable (and nested parameter table) |
specifies a list of parameters for adjusting how the tuner behaves. |
when set to True, validation is performed during model training and training is terminated when stagnated.
| Default | true |
|---|
specifies a list of parameters to be used by the gbtreeScore action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters to be used by the gbtreeTrain action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters for adjusting how the tuner behaves.
| Alias | optMinerOpts |
|---|
The tunerOptions value can be one or more of the following:
specifies a list of constraints and their definitions.
The autotuneConstraintDefinition value can be one or more of the following:
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies a metric to constrain during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
when set to True, local search optimization is enabled for model tuning.
| Default | true |
|---|
when set to True, creates a table of every evaluation (every model configuration) and returns those tables to the client.
| Default | true |
|---|
specifies a column in the data table in which the cross validation fold value is indicated.
specifies the CAS table that is created by the autotune action that contains all evaluation history data points.
The history_table value can be one or more of the following:
when set to True, specifies that all unused lookup data points be appended to the table specified in the historyTable parameter.
| Default | false |
|---|
when set to True, updates the table specified in the historyTable parameter after every evaluation. When the liveUpdate parameter is set to True, the table is promoted even if the promote parameter is not set to True, in order to allow other sessions to access the table.
| Default | false |
|---|
For more information about specifying the table parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the level of log messages to be written: no logs (0), initialization and completion logs (1), setup and iteration results (2), or detailed evaluation results (3).
| Default | 2 |
|---|---|
| Range | 0–3 |
specifies the CAS table used by the autotune action for evaluation lookup.
The lookup_table value can be one or more of the following:
when set to True, selects the best point from the lookup table and uses it as the initial (default) point.
| Alias | initPoint |
|---|---|
| Default | false |
specifies the settings for an input table.
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.
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 maximum number of points in the kriging model. This parameter is ignored unless the value "BAYESIAN" is specified in the searchMethod parameter.
| Alias | maxBayesianSize |
|---|---|
| Default | 500 |
| Minimum value | 10 |
specifies the maximum number of objective evaluations (model configurations) to be trained and scored.
| Alias | maxEvaluations |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of iterations of optimization for model tuning. At each iteration, the number of evaluated models is less than or equal to the value of the popSize parameter.
| Alias | maxIterations |
|---|---|
| Default | 5 |
| Minimum value | 1 |
specifies the maximum time allowed for tuning. The actual time might exceed this value by the amount of time required to train and score a model configuration.
| Default | 36000 |
|---|---|
| Minimum value | 1 |
specifies the maximum time allowed for a single model training. The model training is terminated if it exceeds this time, and the objective value is set to missing.
| Minimum value | 0 |
|---|
specifies the number of convergence iterations to use for terminating the tuning.
| Alias | nConvIters |
|---|---|
| Default | 4 |
| Minimum value | 1 |
specifies the number of folds to use for cross validation to assess model fit error as the tuning objective.
| Alias | nFolds |
|---|---|
| Default | 5 |
| Minimum value | 2 |
specifies the number of parallel subsessions to be used for parallel evaluation of model configurations.
| Default | 0 |
|---|
specifies the number of workers to be used by each subsession for parallel evaluation of model configurations.
| Alias | nSubWorkers |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the metric to use as the objective during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the maximum number of model configurations to evaluate at each iteration.
| Alias | populationSize |
|---|---|
| Default | 10 |
| Minimum value | 2 |
specifies the number of model configurations to evaluate when the value of the searchMethod parameter is "LHS" or "RANDOM".
| Default | 50 |
|---|---|
| Minimum value | 2 |
specifies the metric to use as the second objective during tuning.
| Default | NONE |
|---|
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the seed to use for selecting training data and validation data for a single validation partition or fold number for each observation for cross validation.
| Default | 0 |
|---|
when set to True, shuffles the points that are generated by the grid search method before execution.
| Default | true |
|---|
specifies the name of the nominal target event to use for tuning.
specifies the size of a single data partition to use for model training during tuning.
| Alias | trainFraction |
|---|---|
| Range | 0.01–0.99 |
specifies the CAS table that contains user configurations to be used by the autotune action.
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.
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.
when set to True, includes a user-defined partition for training and scoring.
| Default | false |
|---|
specifies the size of a single validation partition to use in order to assess model fit error as the tuning objective.
| Alias | validateFraction |
|---|---|
| Default | 0.3 |
| Range | 0.01–0.99 |
specifies a list of custom tuning parameters and their definitions.
The autotuneTuningParmDefinition value can be one or more of the following:
when set to True, excludes a tuning parameter from the tuning process.
| Default | false |
|---|
specifies the initial (default) value of a tuning parameter.
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies the name path of a tuning parameter. For a nested action parameter, this parameter specifies a dot-separated path that includes all its parent parameter names. For a top-level action parameter, this parameter is simply the name of the parameter.
| Alias | name |
|---|
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
specifies the list of values to try for a tuning parameter. If this parameter is specified, the lower bound and upper bound values of the tuning parameter are ignored.
specifies whether to use only standard tuning parameters, only custom tuning parameters, or a combination of both.
| Default | COMBINED |
|---|
Automatically adjusts gradient boosting tree parameters to tune a model for minimum error.
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 |
|---|---|---|
|
lookupTable (and nested parameter table), userConfigurations |
specifies a list of parameters for adjusting how the tuner behaves. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
historyTable (and nested parameter table) |
specifies a list of parameters for adjusting how the tuner behaves. |
when set to True, validation is performed during model training and training is terminated when stagnated.
| Default | True |
|---|
specifies a list of parameters to be used by the gbtreeScore action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters to be used by the gbtreeTrain action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters for adjusting how the tuner behaves.
| Alias | optMinerOpts |
|---|
The tunerOptions value can be one or more of the following:
specifies a list of constraints and their definitions.
The autotuneConstraintDefinition value can be one or more of the following:
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies a metric to constrain during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
when set to True, local search optimization is enabled for model tuning.
| Default | True |
|---|
when set to True, creates a table of every evaluation (every model configuration) and returns those tables to the client.
| Default | True |
|---|
specifies a column in the data table in which the cross validation fold value is indicated.
specifies the CAS table that is created by the autotune action that contains all evaluation history data points.
The history_table value can be one or more of the following:
when set to True, specifies that all unused lookup data points be appended to the table specified in the historyTable parameter.
| Default | False |
|---|
when set to True, updates the table specified in the historyTable parameter after every evaluation. When the liveUpdate parameter is set to True, the table is promoted even if the promote parameter is not set to True, in order to allow other sessions to access the table.
| Default | False |
|---|
For more information about specifying the table parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the level of log messages to be written: no logs (0), initialization and completion logs (1), setup and iteration results (2), or detailed evaluation results (3).
| Default | 2 |
|---|---|
| Range | 0–3 |
specifies the CAS table used by the autotune action for evaluation lookup.
The lookup_table value can be one or more of the following:
when set to True, selects the best point from the lookup table and uses it as the initial (default) point.
| Alias | initPoint |
|---|---|
| Default | False |
specifies the settings for an input table.
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.
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 maximum number of points in the kriging model. This parameter is ignored unless the value "BAYESIAN" is specified in the searchMethod parameter.
| Alias | maxBayesianSize |
|---|---|
| Default | 500 |
| Minimum value | 10 |
specifies the maximum number of objective evaluations (model configurations) to be trained and scored.
| Alias | maxEvaluations |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of iterations of optimization for model tuning. At each iteration, the number of evaluated models is less than or equal to the value of the popSize parameter.
| Alias | maxIterations |
|---|---|
| Default | 5 |
| Minimum value | 1 |
specifies the maximum time allowed for tuning. The actual time might exceed this value by the amount of time required to train and score a model configuration.
| Default | 36000 |
|---|---|
| Minimum value | 1 |
specifies the maximum time allowed for a single model training. The model training is terminated if it exceeds this time, and the objective value is set to missing.
| Minimum value | 0 |
|---|
specifies the number of convergence iterations to use for terminating the tuning.
| Alias | nConvIters |
|---|---|
| Default | 4 |
| Minimum value | 1 |
specifies the number of folds to use for cross validation to assess model fit error as the tuning objective.
| Alias | nFolds |
|---|---|
| Default | 5 |
| Minimum value | 2 |
specifies the number of parallel subsessions to be used for parallel evaluation of model configurations.
| Default | 0 |
|---|
specifies the number of workers to be used by each subsession for parallel evaluation of model configurations.
| Alias | nSubWorkers |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the metric to use as the objective during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the maximum number of model configurations to evaluate at each iteration.
| Alias | populationSize |
|---|---|
| Default | 10 |
| Minimum value | 2 |
specifies the number of model configurations to evaluate when the value of the searchMethod parameter is "LHS" or "RANDOM".
| Default | 50 |
|---|---|
| Minimum value | 2 |
specifies the metric to use as the second objective during tuning.
| Default | NONE |
|---|
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the seed to use for selecting training data and validation data for a single validation partition or fold number for each observation for cross validation.
| Default | 0 |
|---|
when set to True, shuffles the points that are generated by the grid search method before execution.
| Default | True |
|---|
specifies the name of the nominal target event to use for tuning.
specifies the size of a single data partition to use for model training during tuning.
| Alias | trainFraction |
|---|---|
| Range | 0.01–0.99 |
specifies the CAS table that contains user configurations to be used by the autotune action.
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.
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.
when set to True, includes a user-defined partition for training and scoring.
| Default | False |
|---|
specifies the size of a single validation partition to use in order to assess model fit error as the tuning objective.
| Alias | validateFraction |
|---|---|
| Default | 0.3 |
| Range | 0.01–0.99 |
specifies a list of custom tuning parameters and their definitions.
The autotuneTuningParmDefinition value can be one or more of the following:
when set to True, excludes a tuning parameter from the tuning process.
| Default | False |
|---|
specifies the initial (default) value of a tuning parameter.
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies the name path of a tuning parameter. For a nested action parameter, this parameter specifies a dot-separated path that includes all its parent parameter names. For a top-level action parameter, this parameter is simply the name of the parameter.
| Alias | name |
|---|
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
specifies the list of values to try for a tuning parameter. If this parameter is specified, the lower bound and upper bound values of the tuning parameter are ignored.
specifies whether to use only standard tuning parameters, only custom tuning parameters, or a combination of both.
| Default | COMBINED |
|---|
Automatically adjusts gradient boosting tree parameters to tune a model for minimum error.
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 |
|---|---|---|
|
lookupTable (and nested parameter table), userConfigurations |
specifies a list of parameters for adjusting how the tuner behaves. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
historyTable (and nested parameter table) |
specifies a list of parameters for adjusting how the tuner behaves. |
when set to True, validation is performed during model training and training is terminated when stagnated.
| Default | TRUE |
|---|
specifies a list of parameters to be used by the gbtreeScore action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters to be used by the gbtreeTrain action in the decisionTree action set; for more information, see the parameters for that action.
specifies a list of parameters for adjusting how the tuner behaves.
| Alias | optMinerOpts |
|---|
The tunerOptions value can be one or more of the following:
specifies a list of constraints and their definitions.
The autotuneConstraintDefinition value can be one or more of the following:
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies a metric to constrain during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
when set to True, local search optimization is enabled for model tuning.
| Default | TRUE |
|---|
when set to True, creates a table of every evaluation (every model configuration) and returns those tables to the client.
| Default | TRUE |
|---|
specifies a column in the data table in which the cross validation fold value is indicated.
specifies the CAS table that is created by the autotune action that contains all evaluation history data points.
The history_table value can be one or more of the following:
when set to True, specifies that all unused lookup data points be appended to the table specified in the historyTable parameter.
| Default | FALSE |
|---|
when set to True, updates the table specified in the historyTable parameter after every evaluation. When the liveUpdate parameter is set to True, the table is promoted even if the promote parameter is not set to True, in order to allow other sessions to access the table.
| Default | FALSE |
|---|
For more information about specifying the table parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the level of log messages to be written: no logs (0), initialization and completion logs (1), setup and iteration results (2), or detailed evaluation results (3).
| Default | 2 |
|---|---|
| Range | 0–3 |
specifies the CAS table used by the autotune action for evaluation lookup.
The lookup_table value can be one or more of the following:
when set to True, selects the best point from the lookup table and uses it as the initial (default) point.
| Alias | initPoint |
|---|---|
| Default | FALSE |
specifies the settings for an input table.
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.
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 maximum number of points in the kriging model. This parameter is ignored unless the value "BAYESIAN" is specified in the searchMethod parameter.
| Alias | maxBayesianSize |
|---|---|
| Default | 500 |
| Minimum value | 10 |
specifies the maximum number of objective evaluations (model configurations) to be trained and scored.
| Alias | maxEvaluations |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of iterations of optimization for model tuning. At each iteration, the number of evaluated models is less than or equal to the value of the popSize parameter.
| Alias | maxIterations |
|---|---|
| Default | 5 |
| Minimum value | 1 |
specifies the maximum time allowed for tuning. The actual time might exceed this value by the amount of time required to train and score a model configuration.
| Default | 36000 |
|---|---|
| Minimum value | 1 |
specifies the maximum time allowed for a single model training. The model training is terminated if it exceeds this time, and the objective value is set to missing.
| Minimum value | 0 |
|---|
specifies the number of convergence iterations to use for terminating the tuning.
| Alias | nConvIters |
|---|---|
| Default | 4 |
| Minimum value | 1 |
specifies the number of folds to use for cross validation to assess model fit error as the tuning objective.
| Alias | nFolds |
|---|---|
| Default | 5 |
| Minimum value | 2 |
specifies the number of parallel subsessions to be used for parallel evaluation of model configurations.
| Default | 0 |
|---|
specifies the number of workers to be used by each subsession for parallel evaluation of model configurations.
| Alias | nSubWorkers |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the metric to use as the objective during tuning.
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the maximum number of model configurations to evaluate at each iteration.
| Alias | populationSize |
|---|---|
| Default | 10 |
| Minimum value | 2 |
specifies the number of model configurations to evaluate when the value of the searchMethod parameter is "LHS" or "RANDOM".
| Default | 50 |
|---|---|
| Minimum value | 2 |
specifies the metric to use as the second objective during tuning.
| Default | NONE |
|---|
specifies area under the curve as the objective function or the constraint metric (nominal targets only).
specifies weighted normalized discounted cumulative gain as the objective function or the constraint metric (recommender model types only).
specifies the F0.5 coefficient as the objective function or the constraint metric (nominal targets only).
specifies the F1 coefficient as the objective function or the constraint metric (nominal targets only).
specifies false negative rate as the objective function or the constraint metric (nominal targets only).
specifies false positive rate as the objective function or the constraint metric (nominal targets only).
specifies the gamma coefficient as the objective function or the constraint metric (nominal targets only).
specifies the Gini coefficient as the objective function or the constraint metric (nominal targets only).
specifies hit rate as the objective function or the constraint metric (recommender model types only).
specifies the Kolmogorov-Smirnov coefficient as the objective function or the constraint metric (nominal targets only).
specifies the mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the misclassification rate as the objective function or the constraint metric (nominal targets only).
specifies the multiclass log loss as the objective function or the constraint metric (nominal targets only).
specifies mean average precision as the objective function or the constraint metric (recommender model types only).
specifies mean reciprocal rank as the objective function or the constraint metric (recommender model types only).
specifies the misclassification error percentage as the objective function or the constraint metric (nominal targets only).
specifies the mean square error as the objective function or the constraint metric (interval targets only).
specifies the mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies recall value as the objective function or the constraint metric (recommender model types only).
specifies the root mean absolute error as the objective function or the constraint metric (interval targets only).
specifies the root mean square logarithmic error as the objective function or the constraint metric (interval targets only).
specifies the tau coefficient as the objective function or the constraint metric (nominal targets only).
specifies true negative rate as the objective function or the constraint metric (nominal targets only).
specifies the seed to use for selecting training data and validation data for a single validation partition or fold number for each observation for cross validation.
| Default | 0 |
|---|
when set to True, shuffles the points that are generated by the grid search method before execution.
| Default | TRUE |
|---|
specifies the name of the nominal target event to use for tuning.
specifies the size of a single data partition to use for model training during tuning.
| Alias | trainFraction |
|---|---|
| Range | 0.01–0.99 |
specifies the CAS table that contains user configurations to be used by the autotune action.
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.
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.
when set to True, includes a user-defined partition for training and scoring.
| Default | FALSE |
|---|
specifies the size of a single validation partition to use in order to assess model fit error as the tuning objective.
| Alias | validateFraction |
|---|---|
| Default | 0.3 |
| Range | 0.01–0.99 |
specifies a list of custom tuning parameters and their definitions.
The autotuneTuningParmDefinition value can be one or more of the following:
when set to True, excludes a tuning parameter from the tuning process.
| Default | FALSE |
|---|
specifies the initial (default) value of a tuning parameter.
specifies the lower bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | LB |
|---|
specifies the name path of a tuning parameter. For a nested action parameter, this parameter specifies a dot-separated path that includes all its parent parameter names. For a top-level action parameter, this parameter is simply the name of the parameter.
| Alias | name |
|---|
specifies the upper bound of the range for a tuning parameter. This parameter can be used only for numeric tuning parameters, and is ignored if a value list is specified for the tuning parameter.
| Alias | UB |
|---|
specifies the list of values to try for a tuning parameter. If this parameter is specified, the lower bound and upper bound values of the tuning parameter are ignored.
specifies whether to use only standard tuning parameters, only custom tuning parameters, or a combination of both.
| Default | COMBINED |
|---|