Group weights
Contains
The weights of groups within the dataset.
Specification
- List the weight of each group on a new line.
- Use a tab as the delimiter to separate the columns on a line.
Row format
<group id><\t><weight>
group id
is the identifier of a group. Should match one of the values specified in the Dataset description in delimiter-separated values format.weight
is the weight of the corresponding group.
Specifics
-
The weights from this file take precedence if they are also specified in the Dataset description in delimiter-separated values format file.
-
The dataset must contain the GroupId column in order to apply the file with the group weights.
Example
10<\t>0.01
1007<\t>0.02
1009<\t>0.03
1017<\t>0.04
1018<\t>0.05