Skip to content

Instantly share code, notes, and snippets.

@alex-hse-repository
Created June 1, 2022 05:38
Show Gist options
  • Save alex-hse-repository/a140cc974b9248ebe214ff0202282180 to your computer and use it in GitHub Desktop.
Save alex-hse-repository/a140cc974b9248ebe214ff0202282180 to your computer and use it in GitHub Desktop.
from etna.analysis import plot_imputation
from etna.transforms import TimeSeriesImputerTransform
ts = get_ts(["All_American_Ensign"])
imputer = TimeSeriesImputerTransform(in_column="target", strategy="zero")
plot_imputation(ts, imputer, start="2016-04-01", end="2017-05-01")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment