AnotherSamWilson / miceforest

Multiple Imputation with LightGBM in Python
MIT License
353 stars 31 forks source link

replace _distinct_from_list() with np.unique() #4

Closed AnotherSamWilson closed 3 years ago

AnotherSamWilson commented 3 years ago

_distinct_from_list() is much slower - for data with many columns, this causes the ImputationSchema to take a long time to initialize.