JuanS286 / StrokeClassifier

This project looks to create a stroke classifier to predict the likelihood of a patient to have a stroke. We used as a dataset the "Stroke Prediction Dataset" from Kaggle.
Apache License 2.0
0 stars 1 forks source link

Deal with missing values #1

Open JuanS286 opened 4 months ago

JuanS286 commented 4 months ago

Missing values were replaced with the mode where stroke was positive and eliminated where stroke was negative, helping to balance more the datataset.