Skip to content

Instantly share code, notes, and snippets.

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