https://github.com/khyatimahendru/balancing-data-smote
In this project, I have worked on the problem of Credit Card Fraud Detection. The data is highly imbalanced with the positive class (fraud) accounting merely for 0.172% of the data. In classification problem balancing your data is extremely important. Here I have described how accuracy should not be the only criteria to judge model performance.
https://github.com/khyatimahendru/balancing-data-smote
classification classification-algorithims data-science imbalanced-data machine-learning smote
Last synced: 26 days ago
JSON representation
In this project, I have worked on the problem of Credit Card Fraud Detection. The data is highly imbalanced with the positive class (fraud) accounting merely for 0.172% of the data. In classification problem balancing your data is extremely important. Here I have described how accuracy should not be the only criteria to judge model performance.
- Host: GitHub
- URL: https://github.com/khyatimahendru/balancing-data-smote
- Owner: KhyatiMahendru
- Created: 2019-07-27T14:21:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T14:31:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-18T06:27:39.997Z (6 months ago)
- Topics: classification, classification-algorithims, data-science, imbalanced-data, machine-learning, smote
- Language: Jupyter Notebook
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balancing-data-SMOTE
In this project, I work on the problem of Credit Card Fraud Detection. The data is highly imbalanced with the positive class (fraud) accounting merely for 0.172% of the data. In classification problem balancing your data is extremely important. Here I explore how accuracy should not be the only criteria to judge model performance.You can get the dataset from Kaggle: https://www.kaggle.com/mlg-ulb/creditcardfraud/downloads/creditcardfraud.zip/
This notebook was in support of my article on Balancing data using SMOTE.
Find it at
https://medium.com/analytics-vidhya/balance-your-data-using-smote-98e4d79fcddb