Upload folder using huggingface_hub
Browse files- sharechat.py +1 -2
sharechat.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
"""The dataset corresponds to roughly 10M random users who visited the ShareChat + Moj app over three months.
|
4 |
We have sampled each user's activity to generate 10 impressions corresponding to each user.
|
5 |
Our target variable is whether there was an install for an app by the user or not.
|
|
|
1 |
+
# coding=utf-8
|
|
|
2 |
"""The dataset corresponds to roughly 10M random users who visited the ShareChat + Moj app over three months.
|
3 |
We have sampled each user's activity to generate 10 impressions corresponding to each user.
|
4 |
Our target variable is whether there was an install for an app by the user or not.
|