└── notebook ├── IEEE-17th-Place-Solution-CatBoost-Ensemble.ipynb ├── IEEE-17th-Place-Solution-LightGBM.ipynb ├── IEEE-Preprocessing-uid-memory-reduction.ipynb ├── preds_cat.npy ├── preds_lgb.npy ├── submission_cat.csv ├── submission_lgb.csv ├── submission_lgb_cat.csv ├── val_preds_cat.npy └── val_preds_lgb.npy /notebook/IEEE-17th-Place-Solution-CatBoost-Ensemble.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/IEEE-17th-Place-Solution-CatBoost-Ensemble.ipynb -------------------------------------------------------------------------------- /notebook/IEEE-17th-Place-Solution-LightGBM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/IEEE-17th-Place-Solution-LightGBM.ipynb -------------------------------------------------------------------------------- /notebook/IEEE-Preprocessing-uid-memory-reduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/IEEE-Preprocessing-uid-memory-reduction.ipynb -------------------------------------------------------------------------------- /notebook/preds_cat.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/preds_cat.npy -------------------------------------------------------------------------------- /notebook/preds_lgb.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/preds_lgb.npy -------------------------------------------------------------------------------- /notebook/submission_cat.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/submission_cat.csv -------------------------------------------------------------------------------- /notebook/submission_lgb.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/submission_lgb.csv -------------------------------------------------------------------------------- /notebook/submission_lgb_cat.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/submission_lgb_cat.csv -------------------------------------------------------------------------------- /notebook/val_preds_cat.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/val_preds_cat.npy -------------------------------------------------------------------------------- /notebook/val_preds_lgb.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmheo/IEEE-Fraud-Detection-17th-Place-Solution/HEAD/notebook/val_preds_lgb.npy --------------------------------------------------------------------------------