elisawege opened a new pull request, #2576:
URL: https://github.com/apache/systemds/pull/2576
This pull request adds the final artifacts for the MNAR imputation project.
**The project includes:**
- final Python prototype
- final DML/Systemds prototype
- missingness generators
- tests
- documentation
- experiment scripts and selected result artifacts
**Core Idea:**
A rebalanced MICE-like imputation approach for MNAR data, using
target-region weighting and similarity-based weighting.
**How to run:**
cd mnar_project
Diabetes Dataset
*python3 src/run_all_experiments.py --input-path
data/processed/diabetes_sample.csv*
AQ dataset:
*python3 src/run_all_experiments.py --input-path data/processed/AQ_clean.csv*
**Main result:**
Compared with standard MICE, the rebalanced approach substantially reduces
MNAR-related bias. The final prototype was translated into DML/SystemDS.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]