The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Credit Card Fraud Detection - SMOTE Technique #649

Closed brahmamyv closed 11 months ago

brahmamyv commented 12 months ago

Description

By using SMOTE Technique(Oversampling). We can increase the accuracy score of Logistic Regression, Naive Bayes, Decision tree ,Random Forest and XGBoost.

Checklist

(Add x in the [] to mark as completed.)

Related Issues or Pull Requests

(Link the Issue Number over here.)

476

brahmamyv commented 11 months ago

@khusheekapoor can you please review this PR . changes done!