CoolFace
Datasetpublic

reczoo/Frappe_x1

Frappe_x1 Dataset description: The Frappe dataset contains a context-aware app usage log, which comprises 96203 entries by 957 users for 4082 apps used in various contexts. It has 10 feature fields including user_id, item_id, daytime, weekday, isweekend, homework, cost, weather, country, city. The target value indicates whether the user has used the app under the context. Following the AFN work, we randomly split the data into 7:2:1 as the training set, validation set, and test… See the full description on the dataset page: https://huggingface.co/datasets/reczoo/Frappe_x1.

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes1.3kdownloads
Dataset Card

Frappe_x1

  • Dataset description:

The Frappe dataset contains a context-aware app usage log, which comprises 96203 entries by 957 users for 4082 apps used in various contexts. It has 10 feature fields including userid, itemid, daytime, weekday, isweekend, homework, cost, weather, country, city. The target value indicates whether the user has used the app under the context. Following the AFN work, we randomly split the data into 7:2:1 as the training set, validation set, and test set, respectively.

The dataset statistics are summarized as follows:

Dataset SplitTotal#Train#Validation#Test
Frappe_x1288,609202,02757,72228,860
  • Source: https://www.baltrunas.info/context-aware
  • Download: https://huggingface.co/datasets/reczoo/Frappe_x1/tree/main
  • Repository: https://github.com/reczoo/Datasets
  • Check the md5sum for data integrity:
bash
  $ md5sum train.csv valid.csv test.csv
  ba7306e6c4fc19dd2cd84f2f0596d158 train.csv
  88d51bf2173505436d3a8f78f2a59da8 valid.csv
  3470f6d32713dc5f7715f198ca7c612a test.csv