1 min read
Online Payment Fraud Detection
  • Built a machine learning model to identify fraudulent transactions, utilizing Logistic Regression, XGBoost, SVC, and Random Forest algorithms, achieving the highest accuracy with XGBoost.
  • Performed extensive data preprocessing and exploratory data analysis, including feature engineering, encoding categorical variables, and visualizing transaction patterns using Seaborn and Matplotlib.