eltonlaw / impyute

Data imputations library to preprocess datasets with missing data
http://impyute.readthedocs.io/
MIT License
354 stars 49 forks source link

Fix bug in EM & add epsilon as a parameter #101

Closed ahmedhshahin closed 3 years ago

ahmedhshahin commented 3 years ago

I fixed #100 and added epsilon as a parameter in the EM algorithm so that the user can choose it explicitly.