🕸️ Assembling graph…
materialize_graphRe-materialize the graph after metadata changes to make it available for prediction and evaluation. Required before running any inference.
Instructions
Materialize the graph based on the current state of the graph metadata
to make it available for inference operations (e.g., predict and
evaluate).
Any updates to the graph metadata require re-materializing the graph before the KumoRFM model can start making predictions again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num_nodes | Yes | ||
| num_edges | Yes | ||
| time_ranges | No | Earliest to latest timestamp for each table in the graph that contains a time column |