dartNormalizeType property

String? dartNormalizeType
getter/setter pair

Type of normalization algorithm for boosted tree models using dart booster. Possible string values are:

  • "DART_NORMALIZE_TYPE_UNSPECIFIED" : Unspecified dart normalize type.
  • "TREE" : New trees have the same weight of each of dropped trees.
  • "FOREST" : New trees have the same weight of sum of dropped trees.

Implementation

core.String? dartNormalizeType;