├── FT_transformer.py ├── GBDT_models.ipynb ├── README.md ├── tab_trans.py ├── train_hybrid.py ├── train_mlp.py └── train_tabtransformer.py /FT_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinqiao123/Credit-card-fraud-detection/HEAD/FT_transformer.py -------------------------------------------------------------------------------- /GBDT_models.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinqiao123/Credit-card-fraud-detection/HEAD/GBDT_models.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinqiao123/Credit-card-fraud-detection/HEAD/README.md -------------------------------------------------------------------------------- /tab_trans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinqiao123/Credit-card-fraud-detection/HEAD/tab_trans.py -------------------------------------------------------------------------------- /train_hybrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinqiao123/Credit-card-fraud-detection/HEAD/train_hybrid.py -------------------------------------------------------------------------------- /train_mlp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinqiao123/Credit-card-fraud-detection/HEAD/train_mlp.py -------------------------------------------------------------------------------- /train_tabtransformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinqiao123/Credit-card-fraud-detection/HEAD/train_tabtransformer.py --------------------------------------------------------------------------------