Credit card fraud

Credit card fraud

Machine Learning • June 8, 2025

sklearn, python, pandas

Typically, credit card fraud detection relies on machine learning models trained on historical transaction data. These models examine various transaction features—such as amount, frequency, location, and merchant details—to detect patterns associated with fraudulent behavior. Common techniques used in fraud detection include anomaly detection, supervised learning with labeled data, and clustering methods.

Python Notebook Preview

Notebook

Project Details

  • Type: Machine Learning
  • Date: June 8, 2025
  • Technologies:
    sklearn, python, pandas
Back to Portfolio