epsilon-machine / missingpy

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

Performance issue on large records #13

Open dsvrsec opened 5 years ago

dsvrsec commented 5 years ago

Actually,I am trying to apply imputation on large records of data(10 lakh rows,15 columns)..but the fit is taking so much time.Is there any better view this can be done(in less time)....(can it be done using hadoop)

epsilon-machine commented 5 years ago

Unfortunately the package does not currently support Hadoop.