├── .idea ├── TencentSocialAds.iml ├── misc.xml ├── modules.xml └── vcs.xml ├── Other.py ├── README.md ├── cross features stat.py ├── doFeats_1.py ├── doFeats_2.py ├── feat_label.py ├── model - LR06.py ├── model - appID.py ├── model - group_value.py ├── model - xgb - cross features.py ├── train_cv.py └── train_xgb.py /.idea/TencentSocialAds.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/.idea/TencentSocialAds.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /Other.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/Other.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/README.md -------------------------------------------------------------------------------- /cross features stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/cross features stat.py -------------------------------------------------------------------------------- /doFeats_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/doFeats_1.py -------------------------------------------------------------------------------- /doFeats_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/doFeats_2.py -------------------------------------------------------------------------------- /feat_label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/feat_label.py -------------------------------------------------------------------------------- /model - LR06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/model - LR06.py -------------------------------------------------------------------------------- /model - appID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/model - appID.py -------------------------------------------------------------------------------- /model - group_value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/model - group_value.py -------------------------------------------------------------------------------- /model - xgb - cross features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/model - xgb - cross features.py -------------------------------------------------------------------------------- /train_cv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/train_cv.py -------------------------------------------------------------------------------- /train_xgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonzhao/TencentSocialAds/HEAD/train_xgb.py --------------------------------------------------------------------------------