AnotherSamWilson / miceforest

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

Support more dataset formats #24

Open samFarrellDay opened 3 years ago

samFarrellDay commented 3 years ago

lightgbm can handle the following. No reason we can't add: H2O DataTable's Frame scipy.sparse

Look into lightgbm.Sequence... might be no point.