powered by
rmw_normalise
rmw_clip helps if the random forest model behaves strangely at the beginning and end of the time series during prediction.
rmw_clip
rmw_clip(df, seconds = 31536000/2)
Data frame.
Data frame from rmw_normalise.
Number of seconds to clip from start and end of time-series. The default is half a year.
Stuart K. Grange
rmw_normalise, rmw_plot_normalised
rmw_plot_normalised
# Clip the edges of a normalised time series, default is half a year data_normalised_clipped <- rmw_clip(data_london_normalised)
Run the code above in your browser using DataLab