Graph aggregated features

If graph information is provided, the dataset will be augmented with additional features.

For each float feature ii, the sample F(v)F(v) will be augmented with the following aggregated features:

  • mean  Fi(u)(v,u)Graphmean \; { F_i(u) | (v, u) \in Graph},
  • max  Fi(u)(v,u)Graphmax \; { F_i(u) | (v, u) \in Graph},
  • min  Fi(u)(v,u)Graphmin \; { F_i(u) | (v, u) \in Graph},

where Fi(u)F_i(u) is a feature ii of the sample uu.

Note

Feature aggregated from ignored feature will be also ignored.

If graph was used for model training, graph information will be also required for all action on model with dataset (i.e. applying, fstr calculation and so on).