You want to predict the probability of death from Covid-19 disease based on the following features: age, gender, and dia
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
You want to predict the probability of death from Covid-19 disease based on the following features: age, gender, and dia
You implemented K-means clustering to group patients' records in hospital into 3 clusters using the following features: sex, height, weight, age and income. After plotting a pair-wise plot of the clusters, you noticed that there is significant overlap between the clusters. What should you do? Remove one of the features Identify additional features to add to the analysis Decrease the number of clusters Increase the number of clusters