awesome-python-for-data-science
awesome-python-for-data-science copied to clipboard
Handling Imbalanced Datasets with Undersampling
Description
Create a tutorial that introduces beginners to addressing imbalanced datasets by undersampling the majority class. Explain techniques like random undersampling, and others.
Acceptance Criteria
- [ ] Submit a Jupyter notebook containing the tutorial and the necessary datasets if need
- [ ] Modify the README.md file to include the new tutorial and a link to the added notebook