CamFD dataset

Citation Author(s):
Rui
Ou
Submitted by:
Rui Ou
Last updated:
Fri, 01/03/2025 - 09:55
DOI:
10.21227/r6h3-1567
Data Format:
License:
7 Views
Categories:
Keywords:
0
0 ratings - Please login to submit your rating.

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.

Instructions: 

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

Submitted by Rui Ou on Mon, 05/06/2024 - 09:09