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

Encode categorical values and create heatmap to see feature correlation #6

Open isamia1910 opened 4 months ago

isamia1910 commented 4 months ago

Categorical values have been encoded through the encoding categorical (or nominal) features into numerical labels.

isamia1910 commented 4 months ago

Heatmap pending