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 outliers #3

Open JuanS286 opened 4 months ago

JuanS286 commented 4 months ago

Rows with outliers were eliminated if the stroke was negative. For rows were stroke was positive, outliers were replaced with the mode.