Core features of miceforest
mastermiceforest is designed for high-performance data imputation with the following characteristics:
Performance
- Fast: Uses
lightgbmas a backend, features efficient mean matching, and supports GPU training. - Memory Efficient: Supports in-place imputation to save memory and provides efficient compression for saving/loading kernels.
Flexibility
- Data Types: Works with
pandasDataFrames and handles categorical data automatically. - Integration: Designed to fit into
sklearnpipelines. - Customization: Allows users to customize almost every aspect of the imputation process.
Production Readiness
- Inference: Capable of imputing new, unseen datasets quickly.