Fraud detection in the different transactional data
Link of kaggle competetion to obtain test and train datasets:- https://www.kaggle.com/competitions/its-a-fraud
Instructions to run the files:
- Import datasets into the directory.
- Remove the comments of any model in the "its_a_fraud.py" file.
- Run "python3 its_a_fraud.py" in your terminal.
- Output predicted will be stored in the "fraud.csv" file.
Similarly, you can run the "nn_fraud.py" file. This contains only keras neural network model.