o1iv3r / ClustImpute

R package for k-means clustering with build-in missing data imputation
GNU General Public License v3.0
8 stars 1 forks source link

Related work #10

Open stefvanbuuren opened 4 years ago

stefvanbuuren commented 4 years ago

Hi Oliver, Just a quick comment.

I came across your nice ClustImpute package. Long ago I worked on a problem that is related to your approach: https://stefvanbuuren.name/publications/Imputation%20categorical%20-%20Psychometrika%201992.pdf Perhaps you could take a look at it to see if it is of any use.

Best wishes, Stef.

o1iv3r commented 3 years ago

Hi Stef, many thanks for the reference! Unfortunately, I missed your post even though it was a year ago but am definitely going to look at it. Needless to say, I am a big fan of MICE and the related book, both I regularly recommend to colleagues and in trainings. It is a pity Python does not offer something comparable. Best, Oliver