nathan0 commited on
Commit
ac29691
1 Parent(s): 9266e2a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. sharechat.py +1 -2
sharechat.py CHANGED
@@ -1,5 +1,4 @@
1
- # -*- coding: utf-8 -*-
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.