研究所課堂專題:使用機器學習預測盜刷卡行為 使用Catboost 搭配 optuna 進行超參數調整來求得最好的預測盜刷卡行為分類模型
比賽網址 : AI CUP 2023 玉山人工智慧公開挑戰賽-信用卡冒用偵測
- Python 3.9.12
- Conda 23.1.0
- GTX 1050 (optional)
-
Download training data from the competition website.
-
Clean the training and testing data using preprocessing.py.
-
Run train_model.py and confirm the results.
MIT @Johnny-Hu-406