You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project focuses on the detection of credit card fraud using various data science and machine learning techniques. The dataset includes a record of credit card transactions over a specific period, with the goal of accurately identifying fraudulent activities. 🚀✨
This is my final project for my internship at EISystems Technologies. I have used two ML algorithms and tried my hands-on. Also, the final report is included.
The Credit Card Fraud Detection Problem includes modeling past credit card transactions with the knowledge of the ones that turned out to be fraud. This model is then used to identify whether a new transaction is fraudulent or not.
Built a machine learning pipeline to detect fraudulent credit card transactions using real-world data (1M+ rows). Explored fraud patterns, validated key hypotheses, and optimized models like KNN, Random Forest, and SVM with 98%+ recall. Strong focus on data insights & impact.
This repository contains my beginner-level Power BI dashboards, created during my learning journey in data visualization. Each project focuses on building interactive reports, exploring key Power BI features, and applying DAX formulas for insights and calculations. It reflects my progress in learning data modeling, relationships, and performance op
This repository features code for a fraud detection model achieving 100% accuracy in identifying fraudulent credit card transactions. Utilizing transaction data from Jan 2019 to Dec 2020, the model employs RandomForestClassifier, assessing features like credit card numbers, transaction amounts, and merchant information.