import Nodeholder as nh
// create graph neural network
gnn = nh.GNN({config})
gnn.gather();
gnn.compute();
gnn.report();
<aside> <img src="/icons/hexagon-alternate_yellow.svg" alt="/icons/hexagon-alternate_yellow.svg" width="40px" /> Don’t scale until you measure.
</aside>