WenjieDu / PyPOTS

A Python toolkit/library for reality-centric machine/deep learning and data mining on partially-observed time series, including SOTA neural network models for scientific analysis tasks of imputation/classification/clustering/forecasting/anomaly detection/cleaning on incomplete industrial (irregularly-sampled) multivariate TS with NaN missing values
https://pypots.com
BSD 3-Clause "New" or "Revised" License
965 stars 92 forks source link

Add the Model MICE #296

Open yy3019 opened 8 months ago

yy3019 commented 8 months ago

1. Model description

Wenjie and I would like to propose the inclusion of the MICE (Multiple Imputation by Chained Equations) model into the PyPOTS framework.

Publication: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3074241/

Reason for Inclusion: MICE is a robust and versatile tool for dealing with missing data, an issue prevalent in many datasets. Its inclusion in PyPOTS will greatly enhance the toolkit's capabilities in data preprocessing and analysis. Also, MICE is more "statistical"

2. Check open-source status

3. Provide useful information for the implementation

The official implementation in R is available https://github.com/amices/mice

WenjieDu commented 8 months ago

Hi there 👋,

Thank you so much for your attention to PyPOTS! You can follow me on GitHub to receive the latest news of PyPOTS. If you find PyPOTS helpful to your work, please star⭐️ this repository. Your star is your recognition, which can help more people notice PyPOTS and grow PyPOTS community. It matters and is definitely a kind of contribution to the community.

I have received your message and will respond ASAP. Thank you for your patience! 😃

Best, Wenjie