A model for predicting the risk of stroke in a patient
-
Updated
Mar 23, 2025 - Jupyter Notebook
A model for predicting the risk of stroke in a patient
Imbalanced data commonly exist in real world, especially in anamoly-detection tasks. Handling imbalanced data is important to the tasks, otherwise the predictions are biased towards the majority class. BalancedRandomForestClassifier can deal with the imbalanced data without knowing any novel techniques like SMOTE.
Add a description, image, and links to the balanced-random-forest-classifier topic page so that developers can more easily learn about it.
To associate your repository with the balanced-random-forest-classifier topic, visit your repo's landing page and select "manage topics."