Data-Centric-AI-Community / awesome-python-for-data-science

A curated list of awesome resources such as books, tutorials, courses, open-source libraries, exercises, and other materials that support Pythonistas in the making, and Pythonistas migrating into Data Science! 📊
http://discord.com/invite/mw7xjJ7b7s
70 stars 15 forks source link

Handling Imbalanced Datasets with Oversampling #23

Open miriamspsantos opened 8 months ago

miriamspsantos commented 8 months ago

Description

Craft a tutorial for beginners on addressing imbalanced datasets by oversampling the minority class. Show techniques like random oversampling and synthetic oversampling using SMOTE, or others of your choice!

Acceptance Criteria