- Anaconda or conda base environment
- Download dataset from here and save it with name card_transdata.csv in folder data (data/card_transdata.csv)
All you need is to install is imblearn:
pip install imbalanced-learn
All the other packages are default with conda base environment.
The project is in a Jupyter Notebook. To run the project, run:
jupyter-notebook ./src/fraud_analysis.ipynb
from the repository base folder.
Alternatively, you can use any other IDE capable to run Jupyter notebooks.