├── README.md ├── 代码_连扔正面102次 ├── lgb │ ├── .ipynb_checkpoints │ │ └── EDA-checkpoint.ipynb │ ├── EDA.ipynb │ └── lgb.ipynb ├── model_combine.ipynb ├── readme.md ├── xgb_1 │ ├── Readme.md │ ├── feature_seletcor │ │ ├── Readme.md │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ └── feature_selector.cpython-37.pyc │ │ └── feature_selector.py │ └── xgb_1.py └── xgb_2 │ ├── .ipynb_checkpoints │ └── xgb_2-checkpoint.ipynb │ ├── readme.md │ ├── xgb_2.ipynb │ └── xgb_2.py └── 算法说明文档_连扔正面102次.pdf /README.md: -------------------------------------------------------------------------------- 1 | # 2019-XiaMenBank-Data-Modeling-Competition 2 | 2019厦门国际银行“数创金融杯”数据建模大赛-top2 3 | -------------------------------------------------------------------------------- /代码_连扔正面102次/lgb/.ipynb_checkpoints/EDA-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/lgb/.ipynb_checkpoints/EDA-checkpoint.ipynb -------------------------------------------------------------------------------- /代码_连扔正面102次/lgb/EDA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/lgb/EDA.ipynb -------------------------------------------------------------------------------- /代码_连扔正面102次/lgb/lgb.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/lgb/lgb.ipynb -------------------------------------------------------------------------------- /代码_连扔正面102次/model_combine.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/model_combine.ipynb -------------------------------------------------------------------------------- /代码_连扔正面102次/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/readme.md -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_1/Readme.md -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_1/feature_seletcor/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_1/feature_seletcor/Readme.md -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_1/feature_seletcor/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_1/feature_seletcor/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_1/feature_seletcor/__pycache__/feature_selector.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_1/feature_seletcor/__pycache__/feature_selector.cpython-37.pyc -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_1/feature_seletcor/feature_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_1/feature_seletcor/feature_selector.py -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_1/xgb_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_1/xgb_1.py -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_2/.ipynb_checkpoints/xgb_2-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_2/.ipynb_checkpoints/xgb_2-checkpoint.ipynb -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_2/readme.md -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_2/xgb_2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_2/xgb_2.ipynb -------------------------------------------------------------------------------- /代码_连扔正面102次/xgb_2/xgb_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/代码_连扔正面102次/xgb_2/xgb_2.py -------------------------------------------------------------------------------- /算法说明文档_连扔正面102次.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tersaiz/2019-XiaMenBank-Data-Modeling-Competition/HEAD/算法说明文档_连扔正面102次.pdf --------------------------------------------------------------------------------