Erfan commited on
Commit
14d6044
1 Parent(s): 8971552

Change LICENSE and add note

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - graph-ml
5
  size_categories:
@@ -25,7 +25,7 @@ We further subsampled and cleaned the data to focus on application download inte
25
  The dataset has two main files.
26
 
27
  - `myket.csv`: This file contains the interaction information and follows the same format as the datasets used in the "[JODIE: Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks](https://github.com/claws-lab/jodie)" (ACM SIGKDD 2019) project. However, this data does not contain state labels and interaction features, resulting in associated columns being all zero.
28
- - `app_info_sample.csv`: This file comprises features associated with applications present in the sample. For each individual application, information such as the approximate number of installs, average rating, count of ratings, and category are included. These features provide insights into the applications present in the dataset.
29
 
30
  ## Dataset Details
31
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
  task_categories:
4
  - graph-ml
5
  size_categories:
 
25
  The dataset has two main files.
26
 
27
  - `myket.csv`: This file contains the interaction information and follows the same format as the datasets used in the "[JODIE: Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks](https://github.com/claws-lab/jodie)" (ACM SIGKDD 2019) project. However, this data does not contain state labels and interaction features, resulting in associated columns being all zero.
28
+ - `app_info_sample.csv`: This file comprises features associated with applications present in the sample. For each individual application, information such as the approximate number of installs, average rating, count of ratings, and category are included. These features provide insights into the applications present in the dataset. **Note**: The number of installs, average rating, and the count of ratings info are gathered during the period of interaction data collection, so they may cause information leakage if used for interaction prediction tasks.
29
 
30
  ## Dataset Details
31