Property ExcludedSubgroupNames
ExcludedSubgroupNames
Gets or sets the names of the subgroups whose data will be excluded from the training of the (shared) model. A subgroup will be excluded if either its name is in this list, or its index is in ExcludedSubgroupIndices. If both lists are empty, no subgroups will be excluded.
public List<string> ExcludedSubgroupNames { get; set; }