AnotherSamWilson / miceforest

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

See if using lgb.Dataset.subset method improves memory usage when data_subset < 1.0 #43

Closed AnotherSamWilson closed 2 years ago

AnotherSamWilson commented 2 years ago

There have got to be more efficient ways of doing this then what’s currently used.

AnotherSamWilson commented 2 years ago

It does not.