Metadata-Version: 2.4
Name: missingness-analyzer
Version: 0.1.2
Summary: MCAR and MAR diagnostics for missing data
Author: Samer Shaikh
License: MIT
Project-URL: Homepage, https://github.com/samer-shaikh/missingness-analyzer
Project-URL: PyPI, https://pypi.org/project/missingness-analyzer/
Keywords: missing-data,MCAR,MAR,data-science,statistics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn

# missingness-analyzer

A Python package for diagnosing missing data mechanisms using:
- Little’s MCAR test
- MAR diagnostic evidence based on observed variables

## Installation
```bash
pip install missingness-analyzer
