Skip to content

Instantly share code, notes, and snippets.

@alex-hse-repository
Last active June 1, 2022 06:05
Show Gist options
  • Save alex-hse-repository/df3fb9c47e6459c21dd60aeb567d17a0 to your computer and use it in GitHub Desktop.
Save alex-hse-repository/df3fb9c47e6459c21dd60aeb567d17a0 to your computer and use it in GitHub Desktop.
ts = get_ts(["Black_Sails"])
ts.fit_transform([TimeSeriesImputerTransform(in_column="target", strategy="running_mean", window=3)])
ts.plot()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment