Aifred-Health / VulcanAI

A high level deep learning framework for quickly prototyping networks with added tools in data visualisation, model interpretability and performance metrics
https://www.aifredhealth.com
GNU Affero General Public License v3.0
17 stars 8 forks source link

Improve missing-data completion methods using data imputation #94

Open rfratila opened 5 years ago

rfratila commented 5 years ago

Potential things to implement:

nirtiac commented 5 years ago

@mrkrause have you made progress on this for your own work? Is this something that you could integrate?

nirtiac commented 5 years ago

Will be added once https://scikit-learn.org/dev/modules/generated/sklearn.impute.IterativeImputer.html#sklearn.impute.IterativeImputer has been merged into the stable branch of sklearn.