Benchmarking imputation methods for microdata
Project description
Microimpute
Microimpute enables variable imputation through a variety of statistical methods. By providing a consistent interface across different imputation techniques, it allows researchers and data scientists to easily compare and benchmark different approaches using quantile loss and log loss calculations to determine the method providing most accurate results.
Features
Multiple imputation methods
- Statistical Matching: Distance-based matching for finding similar observations
- Ordinary Least Squares (OLS): Linear regression-based imputation
- Quantile Regression: Distribution-aware regression imputation
- Quantile Random Forests (QRF): Non-parametric forest-based approach
- Mixture Density Networks (MDN): Neural network with Gaussian mixture approximation head
Automated method selection
- AutoImpute: Automatically compares and selects the best imputation method for your data
- Cross-validation: Built-in evaluation using quantile loss (numerical) and log loss (categorical)
- Variable type support: Handles numerical, categorical, and boolean variables
Developer-friendly design
- Consistent API: Standardized
fit()andpredict()interface across all models - Extensible architecture: Easy to implement custom imputation methods
- Weighted data handling: Preserve data distributions with sample weights
- Input validation: Automatic parameter and data validation
Interactive dashboard
- Visual exploration: Analyze imputation results through interactive charts at https://microimpute-dashboard.vercel.app/
- GitHub integration: Load artifacts directly from CI/CD workflows
- Multiple data sources: File upload, URL loading and sample data
Installation
pip install microimpute
For image export functionality (PNG/JPG), install with:
pip install microimpute[images]
Examples and documentation
For detailed examples and interactive notebooks, see the documentation.
Contributing
Contributions are welcome to the project. Please feel free to submit a Pull Request with your improvements.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file microimpute-1.14.1.tar.gz.
File metadata
- Download URL: microimpute-1.14.1.tar.gz
- Upload date:
- Size: 128.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0023d29ae3d2d3fbe34007cde673c8b16a2e5016f1f4361d01b617664aa3a1c
|
|
| MD5 |
0ad612af3f25b58cef0d73139ef15f36
|
|
| BLAKE2b-256 |
5844e6678945e120f5171959bdadb5c70cc58f4f7b38796f5f8d969f11cf0ce3
|
File details
Details for the file microimpute-1.14.1-py3-none-any.whl.
File metadata
- Download URL: microimpute-1.14.1-py3-none-any.whl
- Upload date:
- Size: 110.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b84c04cfec502e4965f27e4db345745a54763599ad2f24e55797ee699e1dea8
|
|
| MD5 |
e04853db635a22559524aa2da49e9682
|
|
| BLAKE2b-256 |
4b4c7aab6f325d9dd1baf2f473ed5ff6c41e459d4db807da68860246ce41178d
|