Datasets
Standard Dataset
CamFD dataset
![](https://ieee-dataport.org/sites/default/files/styles/3x2/public/tags/images/artificial-intelligence-2167835_1920.jpg?itok=wAd0kf8k)
- Citation Author(s):
- Submitted by:
- Rui Ou
- Last updated:
- Fri, 01/03/2025 - 09:55
- DOI:
- 10.21227/r6h3-1567
- Data Format:
- License:
- Categories:
- Keywords:
Abstract
The networks are stored under the data/ folder, one file per network. The filename should be <network>.csv.
One line per interaction/edge.
Each line should be: user, item, timestamp, state label, comma-separated array of features.
First line is the network format.
User and item fields can be alphanumeric.
Timestamp should be in cardinal format (not in datetime).
State label should be 1 whenever the user state changes, 0 otherwise. If there are no state labels, use 0 for all interactions.
Feature list can be as long as desired. It should be atleast 1 dimensional. If there are no features, use 0 for all interactions.
example:
user,item,timestamp,state_label,comma_separated_list_of_features
0,0,0.0,0,0.1,0.3,10.7
2,1,6.0,0,0.2,0.4,0.6
5,0,41.0,0,0.1,15.0,0.6
3,2,49.0,1,100.7,0.8,0.9
Comments
dataset for camfd