Graph aggregated features
If graph information is provided, the dataset will be augmented with additional features.
This is an implementation of the approach described in the TabGraphs: A Benchmark and Strong Baselines for Learning on Graphs with Tabular Node Features paper.
For each float feature , the sample will be augmented with the following aggregated features:
- ,
- ,
- ,
where is a feature of the sample .
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).