kearnz / autoimpute

Python package for Imputation Methods
MIT License
237 stars 19 forks source link

Build Multinomial Bayes for Default Classification #45

Open kearnz opened 4 years ago

kearnz commented 4 years ago

Right now, the default classification method is multinomial logistic regression. As a result, imputed values are the same between imputations. The default should be a bayesian multinomial classifier, but we have not implemented one yet. There is a binary bayesian classifier, but not a multinomial one.

Once a multinomial version is built, we will set it as the default.