-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
featureNew functionality added to the project.New functionality added to the project.
Description
The network structure can provide powerful insights when modeling social interactions.
The agent’s attribute table already encodes nodes and node features. Meanwhile, the Network DataFrame would encode the relationships between nodes along with the attributes of these relationships. This setup should also allow for compatibility with other spatial structures.
For PyTorch integration, Ibis offers a to_torch command that simplifies tensor conversion. Additionally, we could introduce a command to retrieve a tensor-based representation directly, making it possible to leverage libraries like PyTorch Geometric or DGL for advanced relational analysis.
Metadata
Metadata
Assignees
Labels
featureNew functionality added to the project.New functionality added to the project.