scikit-learn/scikit-learn
在 GitHub 查看Missing Data Imputation with a Gaussian Mixture Model using EM
Open
#9,268 创建于 2017年7月3日
help wantedmodule:mixture
描述
Description
I was wondering if there was interest in adding a new imputation strategy (or a new Imputer class) based on a Gaussian Mixture Model (GMM) using the EM or CEM algorithm. The implementation could be along the lines of:
-
Machine Learning: A Probabilistic Approach, Kevin Murphy (2012) pp. 372-375. (although using a mixture rather than a single MVN in that example).
Further, Murphy's implementation of a Gaussian Mixture Model based imputation algorithm is also available here (which I have not tested, by the way).