Skip to content

Instantly share code, notes, and snippets.

@alex-hse-repository
Created June 1, 2022 05:42
Show Gist options
  • Save alex-hse-repository/f9723388cfff39225ac103ff0d31bcf7 to your computer and use it in GitHub Desktop.
Save alex-hse-repository/f9723388cfff39225ac103ff0d31bcf7 to your computer and use it in GitHub Desktop.
imputer = TimeSeriesImputerTransform(in_column="target", strategy="running_mean", window=3)
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