applyautoclassifiernode properties
You can use Auto Classifier modeling nodes to generate an Auto Classifier model nugget. The scripting name of this model nugget is applyautoclassifiernode. For more information on scripting the modeling node itself, see autoclassifiernode properties.
applyautoclassifiernode Properties |
Values | Property description |
---|---|---|
flag_ensemble_method
|
Voting
ConfidenceWeightedVoting
RawPropensityWeightedVoting
HighestConfidence
AverageRawPropensity
|
Specifies the method used to determine the ensemble score. This setting applies only if the selected target is a flag field. |
flag_voting_tie_selection
|
Random
HighestConfidence
RawPropensity
|
If a voting method is selected, specifies how ties are resolved. This setting applies only if the selected target is a flag field. |
set_ensemble_method
|
Voting
ConfidenceWeightedVoting
HighestConfidence
|
Specifies the method used to determine the ensemble score. This setting applies only if the selected target is a set field. |
set_voting_tie_selection
|
Random
HighestConfidence
|
If a voting method is selected, specifies how ties are resolved. This setting applies only if the selected target is a nominal field. |