Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
erykml b655dc3ec5
triggered the entire dvc pipeline
1 year ago
3c419f1438
Initialized DVC
1 year ago
1ca71abf64
added tracking dvc.lock file
1 year ago
src
6e2daeb529
debugging
1 year ago
3c419f1438
Initialized DVC
1 year ago
d91417f51f
updated gitignore
1 year ago
554e9dd34f
updated README
1 year ago
0bbb11c259
formatting
1 year ago
a695945d32
added dev-requirements
1 year ago
b655dc3ec5
triggered the entire dvc pipeline
1 year ago
301af12104
reran the train stage
1 year ago
b655dc3ec5
triggered the entire dvc pipeline
1 year ago
3f9942e368
rerun the exp with raw data
1 year ago
db9427e782
updated the requirements.txt
1 year ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Credit Card Fraud Classification

In this project, we attempt to identify fraudulent credit card transactions. We approach the problem as a heavily imbalanced classification task.

We use the following resampling approaches:

  • random undersampling
  • random oversampling
  • SMOTE
  • ADASYN

Additionally, we use deepchecks to investigate how the resampling impacts the distribution of the features in the training data.

For more voice-over, please refer to the following article.

References

Tip!

Press p or to see the previous file or, n or to see the next file

About

A repository containing the code for an article on approaching an imbalanced classification problem

Collaborators 2

Comments

Loading...