https://github.com/AstraZeneca/dpp_imp
Revision 8e63f337e7c99b37e1753e24bfbbd9d4ff6b561b authored by Stefano Borini on 14 November 2023, 11:34:43 UTC, committed by Stefano Borini on 14 November 2023, 11:34:43 UTC
0 parent
Tip revision: 8e63f337e7c99b37e1753e24bfbbd9d4ff6b561b authored by Stefano Borini on 14 November 2023, 11:34:43 UTC
Opensource release
Opensource release
Tip revision: 8e63f33
README.md
# Data imputation using Determinantal Point Process (DPP) - based methods
This work presents an implementation of the models presented in the "[Improved clinical data imputation via classical and quantum determinantal point processes](https://arxiv.org/abs/2303.17893)" paper
## Prerequisites
Python 3.9
## Usage
```python
from models.imputers import DPPMissForest
ddpp_mf = DPPMissForest(batch_size=100, max_iter=5, n_estimators=10)
X_imputed = ddpp_mf.fit_transform(X_missing)
```
## License
[MIT](https://choosealicense.com/licenses/mit/)

Computing file changes ...