├── code ├── create_features_A.py ├── create_features_B.py ├── model_A.py ├── model_B.py ├── select_features_A.py └── select_features_B.py ├── others └── banner.jpg ├── rawdata └── README.md ├── readme.md ├── stopwords.txt └── 客户画像比赛解决方案.pdf /code/create_features_A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/code/create_features_A.py -------------------------------------------------------------------------------- /code/create_features_B.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/code/create_features_B.py -------------------------------------------------------------------------------- /code/model_A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/code/model_A.py -------------------------------------------------------------------------------- /code/model_B.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/code/model_B.py -------------------------------------------------------------------------------- /code/select_features_A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/code/select_features_A.py -------------------------------------------------------------------------------- /code/select_features_B.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/code/select_features_B.py -------------------------------------------------------------------------------- /others/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/others/banner.jpg -------------------------------------------------------------------------------- /rawdata/README.md: -------------------------------------------------------------------------------- 1 | # 原始数据放在此文件夹下 -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/readme.md -------------------------------------------------------------------------------- /stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/stopwords.txt -------------------------------------------------------------------------------- /客户画像比赛解决方案.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feidapeng/2016CCF_StateGrid_UserProfile/HEAD/客户画像比赛解决方案.pdf --------------------------------------------------------------------------------