epsilon-machine / missingpy

Missing Data Imputation for Python
GNU General Public License v3.0
240 stars 64 forks source link

Installation Instructions #29

Open ekwan opened 3 years ago

ekwan commented 3 years ago

This project is a bit old and causes a bunch of errors/warnings if you just try to install it with an up-to-date environment. I found that this combination worked:

numpy==1.15.4 scipy==1.1.0 scikit-learn==0.20.1 pandas==0.25.3

younesidsouguou commented 1 year ago

Thumbs up for the workaround, still minor changes should be applied to the packages to follow up with these packages APIs.