Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 604 Bytes

File metadata and controls

14 lines (7 loc) · 604 Bytes

Credit_Card-Fraud_Detection-AutoEncoders-XGB

Credit card Fraud Detection using the Dataset from Kaggle

Useful Links

This is link to the dataset in Kaggle - https://www.kaggle.com/mlg-ulb/creditcardfraud

Autoencoders - https://towardsdatascience.com/auto-encoder-what-is-it-and-what-is-it-used-for-part-1-3e5c6f017726

XGBoost - https://www.kaggle.com/stuarthallows/using-xgboost-with-scikit-learn

Ultimately, we can use many other classification and Boosting techniques on the Encoded dataset (using the Autoencoder) and we can make use of the Ensembling techniques to improvise the accuracy.