timetk 2.9.0
Anomalize Integration:
anomalize
R package is now available in timetk
:
anomlize()
: 1 function that breaks down, identifies, and cleans anomaliesplot_anomalies()
: Visualize the anomalies and anomaly bandsplot_anomalies_decomp()
: Visualize the time series decomposition. Make adjustments as needed.plot_anomalies_cleaned()
: Visualize the before/after of cleaning anomalies.
Note - anomalize(.method)
: Only the .method = "stl"
is supported at this time. The "twitter"
method is also planned.