WenjieDu / SAITS

The official PyTorch implementation of the paper "SAITS: Self-Attention-based Imputation for Time Series". A fast and state-of-the-art (SOTA) deep-learning neural network model for efficient time-series imputation (impute multivariate incomplete time series containing NaN missing data/values with machine learning). https://arxiv.org/abs/2202.08516
https://doi.org/10.1016/j.eswa.2023.119619
MIT License
292 stars 48 forks source link

fix: replace pd.dataframe.append with pd.concat #13

Closed WenjieDu closed 1 year ago

WenjieDu commented 1 year ago

Replace pd.dataframe.append with pd.concat to be compatible with pandas future versions.

This PR is to solve issue #12 raised by @lidamsoukaina

lidamsoukaina commented 1 year ago

issue resolved

WenjieDu commented 1 year ago

Great. Let's merge it.