Dataset: walmart-trips
undirectedlabelled nodes
The walmart-trips network is a hypergraph where hyperedges are sets of co-purchased products at Walmart, as released as part of a Kaggle competition. Products are assigned to one of ten broad departments in which the product appears on walmart.com (e.g., "Clothing, Shoes, and Accessories"). Products not assigned to any of these departments are grouped into an "Other" category.
Usage
The dataset can be loaded directly in TopoNetX using the following code:
import toponetx as tnx
nodes, edges, metadata = tnx.datasets.load_ahorn("walmart-trips")
Dataset Statistics
- Nodes
- 88,860
- Node Type
- Product
- Hyperedges
- 69,906
- Hyperedge Type
- Co-purchased Products