Skip to content

TimeSeries condition for graph data #812

@ndem0

Description

@ndem0

Is your feature request related to a problem? Please describe.
TimeSeriesCondition only supports torch.Tensor/LabelTensor input. There is no equivalent for graph-structured data (Data/Graph), forcing users to manually pre-process temporal windows when working with graph neural operators.

Describe the solution you'd like
A GraphTimeSeriesCondition extending TimeSeriesCondition for torch_geometric.data.Data and pina.Graph inputs, with the same windowing and autoregressive rollout logic, configurable via a node-feature key (e.g. "x").

Describe alternatives you've considered
Using DataCondition with pre-windowed snapshots — works but moves windowing logic outside the library.

Additional context
/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions