├── .gitignore ├── README.md ├── ctb_mae.py ├── lgb_mae.py ├── lgb_mse.py ├── stacking.py └── xgb_rmse.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C-rawler/DCIC-2019-Credit-intelligence-score-2th-Place/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C-rawler/DCIC-2019-Credit-intelligence-score-2th-Place/HEAD/README.md -------------------------------------------------------------------------------- /ctb_mae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C-rawler/DCIC-2019-Credit-intelligence-score-2th-Place/HEAD/ctb_mae.py -------------------------------------------------------------------------------- /lgb_mae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C-rawler/DCIC-2019-Credit-intelligence-score-2th-Place/HEAD/lgb_mae.py -------------------------------------------------------------------------------- /lgb_mse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C-rawler/DCIC-2019-Credit-intelligence-score-2th-Place/HEAD/lgb_mse.py -------------------------------------------------------------------------------- /stacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C-rawler/DCIC-2019-Credit-intelligence-score-2th-Place/HEAD/stacking.py -------------------------------------------------------------------------------- /xgb_rmse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C-rawler/DCIC-2019-Credit-intelligence-score-2th-Place/HEAD/xgb_rmse.py --------------------------------------------------------------------------------