RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
26 stars 6 forks source link

Implementation of forward fill / interpolation as a transformer #41

Open abontsema opened 2 years ago

abontsema commented 2 years ago

Replacing missing values is most convenient with a sklearn.impute_BaseImputer. For time series data, forward fill / interpolation / etc. are the most common methods to impute missing values, but for those techniques there are no transformers in scikit-learn.

abontsema commented 2 years ago

This might be related: https://github.com/alan-turing-institute/sktime/blob/main/sktime/transformations/series/impute.py