Dataset available on https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud?resource=download
- Pandas
- Numpy
- Sklearn
Here, I used logistic regression to predict fraud transactions.
I got an accuracy score of 92.38% in testing data.
The complete program code is here