CSCD 429 Project

The following repository contains the project of Team 6.

Team Members

Description

Credit card fraud detection.

We used the credit card fraud dataset from Kaggle.

Installation

Using Conda

To create the virtual environment and install required Python packages, run the following commands in the terminal:

conda env create -f environment.yml
conda activate cscd429-team6-project
Without Conda

If you do not have Conda installed, the packages may still be installed using the following command:

pip install -r requirements.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

GitHub

View Github