root-11 / tablite

multiprocessing enabled out-of-memory data analysis library for tabular data.
MIT License
37 stars 8 forks source link

fix imputation inconsistency #148

Closed realratchet closed 8 months ago

realratchet commented 8 months ago

Fix inconsistencies with imputation three methods being in-place, meanwhile NN was copy. Most of the tablite functions are copy, so it makes more sense to change the other imputation methods to be copy too instead of changing the NN method to be inplace.