Specifying Class Weights

The CLAS_WEIGHTS_TABLE_NAME setting specifies the name of a table of class weights to be used to bias a logistic regression (GLM classification) or SVM classification model to favor higher weighted classes. The weights table must have the columns shown in Table 5-17.


Table 5-17 Class Weights Table Required Columns

Column Name Data Type

target_value

valid target data type

class_weight

NUMBER


See Also: