Skip to content

Releases: gabfssilva/imputify

v0.1.0

10 Feb 23:59

Choose a tag to compare

This is the initial release of imputify. In summary, it provides multiple imputation strategies for tabular datasets (KNN, Statistical, DAE, VAE, GAIN, and a fine-tuned decoder-only LLM), comprehensive evaluation metrics (reconstruction, distribution, and predictive), and missing data generation with MCAR, MAR, and MNAR mechanisms. All imputers follow scikit-learn's fit/transform API.