Back to Catboost

Group weights

catboost/docs/en/concepts/input-data_group-weights.md

1.2.101.4 KB
Original Source

Group weights

{% if audience == "internal" %}

{% include internal__group-weights-type-of-group-weights-to-use__desc %}

Local TSV files {#local-file}

{% endif %}

{{ input_data__title__contains }}

The weights of groups within the dataset.

{{ input_data__title__specification }}

  • List the weight of each group on a new line.
  • Use a tab as the delimiter to separate the columns on a line.

{{ input_data__title__row-format }}

<group id><\t><weight>

{{ input_data__title__peculiarities }}

{{ input_data__title__example }}

10<\t>0.01
1007<\t>0.02
1009<\t>0.03
1017<\t>0.04
1018<\t>0.05

{% if audience == "internal" %}

{% include reusage-file-with-group-weights %}

{% endif %}