├── Datapro.py ├── Lgbmodel.py ├── README.md ├── UID2UID.py ├── feature.py └── main.py /Datapro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BirderEric/Tiancheng/HEAD/Datapro.py -------------------------------------------------------------------------------- /Lgbmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BirderEric/Tiancheng/HEAD/Lgbmodel.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tiancheng 2 | 甜橙金融杯复赛第六,决赛第五方案 队伍:DataAI 3 | 4 | 运行方式 :python main.py 5 | lgb单模 0.59 6 | -------------------------------------------------------------------------------- /UID2UID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BirderEric/Tiancheng/HEAD/UID2UID.py -------------------------------------------------------------------------------- /feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BirderEric/Tiancheng/HEAD/feature.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BirderEric/Tiancheng/HEAD/main.py --------------------------------------------------------------------------------