Provides an action set for performing active learning which interactively query the user in order to minimizethe labeling effort
Performs active learning iteratively and assesses the model performance..
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 parameterannotatedTable |
— |
specifies the table that contains the labels to start the model training. |
|
required parametergroundTruthTable |
— |
specifies the table that contains all the ground truth labels. |
|
required parametertable |
— |
specifies the table that contains all unlabeled data. |
|
required parametertestTable |
— |
specifies the table to use for model evaluation. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameteroutIterationHistory |
— |
creates a data set that contains the model assessment across iterations. |
|
required parameteroutQueryHistory |
— |
creates a data set that contains the query history across iterations. |
specifies the table that contains the labels to start the model training.
For more information about specifying the annotatedTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the prediction event level for model assessment. If the target has a format, then you must specify the formatted value.
specifies the table that contains all the ground truth labels.
For more information about specifying the groundTruthTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the ID variable to use for merging the labels from the table specified in the annotatedTable parameter into the input data set. The value of this parameter must be unique and nonmissing.
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies user-defined modeling.
specifies the number of bins to use for model assessment.
| Default | 20 |
|---|---|
| Range | 2–MACINT |
specifies the number of iterations.
| Default | 20 |
|---|---|
| Range | 0–MACINT |
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
creates a data set that contains the model assessment across iterations.
For more information about specifying the outIterationHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
creates a data set that contains the query history across iterations.
For more information about specifying the outQueryHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the query strategy to use. The strategy can be either random sampling, relevance sampling, or uncertainty sampling. By default, the strategy is uncertainty sampling.
The value that you specify for the method parameter determines the other parameters that apply.
specifies the table that contains all unlabeled data.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the binary target variable to use for analysis. Only the binary target is currently supported.
specifies the table to use for model evaluation.
For more information about specifying the testTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the top K observations to query. When you specify a value of K greater than the number of observations available for query, the number of observations available is used instead.
| Default | 50 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
specifies the seed for the random number generator that is used for random sampling.
| Default | 0 |
|---|
specifies the number of the inverse of the variance for Gaussian kernels in order to calculate the relevance between labeled and unlabeled observations.
| Default | 20 |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
when set to True, indicates that observations with and without labels can be used to query. Otherwise, only unlabeled observations can be used to query.
| Default | FALSE |
|---|
specifies the metric to use for calculating uncertainty.
| Default | ENTROPY |
|---|
specifies the probability variable to use for calculating uncertainty.
| Alias | predEventProb |
|---|
Performs active learning iteratively and assesses the model performance..
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 parameterannotatedTable |
— |
specifies the table that contains the labels to start the model training. |
|
required parametergroundTruthTable |
— |
specifies the table that contains all the ground truth labels. |
|
required parametertable |
— |
specifies the table that contains all unlabeled data. |
|
required parametertestTable |
— |
specifies the table to use for model evaluation. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameteroutIterationHistory |
— |
creates a data set that contains the model assessment across iterations. |
|
required parameteroutQueryHistory |
— |
creates a data set that contains the query history across iterations. |
specifies the table that contains the labels to start the model training.
For more information about specifying the annotatedTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the prediction event level for model assessment. If the target has a format, then you must specify the formatted value.
specifies the table that contains all the ground truth labels.
For more information about specifying the groundTruthTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the ID variable to use for merging the labels from the table specified in the annotatedTable parameter into the input data set. The value of this parameter must be unique and nonmissing.
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies user-defined modeling.
specifies the number of bins to use for model assessment.
| Default | 20 |
|---|---|
| Range | 2–MACINT |
specifies the number of iterations.
| Default | 20 |
|---|---|
| Range | 0–MACINT |
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
creates a data set that contains the model assessment across iterations.
For more information about specifying the outIterationHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
creates a data set that contains the query history across iterations.
For more information about specifying the outQueryHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the query strategy to use. The strategy can be either random sampling, relevance sampling, or uncertainty sampling. By default, the strategy is uncertainty sampling.
The value that you specify for the method parameter determines the other parameters that apply.
specifies the table that contains all unlabeled data.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the binary target variable to use for analysis. Only the binary target is currently supported.
specifies the table to use for model evaluation.
For more information about specifying the testTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the top K observations to query. When you specify a value of K greater than the number of observations available for query, the number of observations available is used instead.
| Default | 50 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
specifies the seed for the random number generator that is used for random sampling.
| Default | 0 |
|---|
specifies the number of the inverse of the variance for Gaussian kernels in order to calculate the relevance between labeled and unlabeled observations.
| Default | 20 |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
when set to True, indicates that observations with and without labels can be used to query. Otherwise, only unlabeled observations can be used to query.
| Default | false |
|---|
specifies the metric to use for calculating uncertainty.
| Default | ENTROPY |
|---|
specifies the probability variable to use for calculating uncertainty.
| Alias | predEventProb |
|---|
Performs active learning iteratively and assesses the model performance..
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 parameterannotatedTable |
— |
specifies the table that contains the labels to start the model training. |
|
required parametergroundTruthTable |
— |
specifies the table that contains all the ground truth labels. |
|
required parametertable |
— |
specifies the table that contains all unlabeled data. |
|
required parametertestTable |
— |
specifies the table to use for model evaluation. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameteroutIterationHistory |
— |
creates a data set that contains the model assessment across iterations. |
|
required parameteroutQueryHistory |
— |
creates a data set that contains the query history across iterations. |
specifies the table that contains the labels to start the model training.
For more information about specifying the annotatedTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the prediction event level for model assessment. If the target has a format, then you must specify the formatted value.
specifies the table that contains all the ground truth labels.
For more information about specifying the groundTruthTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the ID variable to use for merging the labels from the table specified in the annotatedTable parameter into the input data set. The value of this parameter must be unique and nonmissing.
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies user-defined modeling.
specifies the number of bins to use for model assessment.
| Default | 20 |
|---|---|
| Range | 2–MACINT |
specifies the number of iterations.
| Default | 20 |
|---|---|
| Range | 0–MACINT |
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
creates a data set that contains the model assessment across iterations.
For more information about specifying the outIterationHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
creates a data set that contains the query history across iterations.
For more information about specifying the outQueryHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the query strategy to use. The strategy can be either random sampling, relevance sampling, or uncertainty sampling. By default, the strategy is uncertainty sampling.
The value that you specify for the method parameter determines the other parameters that apply.
specifies the table that contains all unlabeled data.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the binary target variable to use for analysis. Only the binary target is currently supported.
specifies the table to use for model evaluation.
For more information about specifying the testTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the top K observations to query. When you specify a value of K greater than the number of observations available for query, the number of observations available is used instead.
| Default | 50 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
specifies the seed for the random number generator that is used for random sampling.
| Default | 0 |
|---|
specifies the number of the inverse of the variance for Gaussian kernels in order to calculate the relevance between labeled and unlabeled observations.
| Default | 20 |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
when set to True, indicates that observations with and without labels can be used to query. Otherwise, only unlabeled observations can be used to query.
| Default | False |
|---|
specifies the metric to use for calculating uncertainty.
| Default | ENTROPY |
|---|
specifies the probability variable to use for calculating uncertainty.
| Alias | predEventProb |
|---|
Performs active learning iteratively and assesses the model performance..
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 parameterannotatedTable |
— |
specifies the table that contains the labels to start the model training. |
|
required parametergroundTruthTable |
— |
specifies the table that contains all the ground truth labels. |
|
required parametertable |
— |
specifies the table that contains all unlabeled data. |
|
required parametertestTable |
— |
specifies the table to use for model evaluation. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameteroutIterationHistory |
— |
creates a data set that contains the model assessment across iterations. |
|
required parameteroutQueryHistory |
— |
creates a data set that contains the query history across iterations. |
specifies the table that contains the labels to start the model training.
For more information about specifying the annotatedTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the prediction event level for model assessment. If the target has a format, then you must specify the formatted value.
specifies the table that contains all the ground truth labels.
For more information about specifying the groundTruthTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the ID variable to use for merging the labels from the table specified in the annotatedTable parameter into the input data set. The value of this parameter must be unique and nonmissing.
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies user-defined modeling.
specifies the number of bins to use for model assessment.
| Default | 20 |
|---|---|
| Range | 2–MACINT |
specifies the number of iterations.
| Default | 20 |
|---|---|
| Range | 0–MACINT |
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
creates a data set that contains the model assessment across iterations.
For more information about specifying the outIterationHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
creates a data set that contains the query history across iterations.
For more information about specifying the outQueryHistory parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the query strategy to use. The strategy can be either random sampling, relevance sampling, or uncertainty sampling. By default, the strategy is uncertainty sampling.
The value that you specify for the method parameter determines the other parameters that apply.
specifies the table that contains all unlabeled data.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the binary target variable to use for analysis. Only the binary target is currently supported.
specifies the table to use for model evaluation.
For more information about specifying the testTable parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the top K observations to query. When you specify a value of K greater than the number of observations available for query, the number of observations available is used instead.
| Default | 50 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
specifies the seed for the random number generator that is used for random sampling.
| Default | 0 |
|---|
specifies the number of the inverse of the variance for Gaussian kernels in order to calculate the relevance between labeled and unlabeled observations.
| Default | 20 |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the maximum number of labeled observations.
| Alias | cutoff |
|---|---|
| Default | 1000 |
| Minimum value | 1 |
when set to True, indicates that observations with and without labels can be used to query. Otherwise, only unlabeled observations can be used to query.
| Default | FALSE |
|---|
specifies the metric to use for calculating uncertainty.
| Default | ENTROPY |
|---|
specifies the probability variable to use for calculating uncertainty.
| Alias | predEventProb |
|---|