timetk
Toolkit for visualizing, wrangling and feature engineering time series data in R
timetk swallowed anomalize whole, then went quiet for two years
◆Recent moves
- 11mo ago
timetk 2.9.1 makes date parsing consistent across time classes
New exported internal generics make date parsing and future sequence generation consistent across Date, POSIXct, hms, yearmon, and yearqtr, alongside a vignette overhaul for anomaly workflows and a CI refresh. Foundation work after a long quiet period rather than new capability.
View source ↗ - 2y ago
timetk 2.9.0 absorbs the anomalize package
⚡ SPARKThe anomalize package is folded into timetk, bringing anomalize(), plot_anomalies(), plot_anomalies_decomp(), and plot_anomalies_cleaned() into a single package, with the STL method supported and the twitter method planned. It ends the split between wrangling a time series and finding what is wrong with it.
View source ↗ - 4y ago
timetk 2.8.1 exposes trelliscope plotting parameters
Exposes the facet_trelliscope() plotting parameters to plot_time_series(), plot_time_series_boxplot(), and plot_anomaly_diagnostics(). A follow-up giving users control over the trelliscope integration added in 2.8.0.
View source ↗ - 4y ago
timetk 2.8.0 adds trelliscopejs support for many-series plots
Plotting functions gain trelliscopejs support for visualizing many time series at once, with new trelliscope, facet_strip_remove, and facet_nrow arguments, and facet_collapse now defaulting to FALSE. Aimed squarely at the many-series case that ordinary faceting cannot handle.
View source ↗ - 4y ago
timetk 2.7.0 adds tk_tsfeatures() for grouped feature matrices
tk_tsfeatures() generates a time series feature matrix from grouped tibbles via tsfeatures, and plot_time_series_boxplot() adds period-aggregated boxplots, both with new vignettes including one on time series clustering. Feature generation is what makes clustering across many series practical.
View source ↗ - 4y ago
timetk 2.6.2 adds .week_start and facet direction controls
summarize_by_time() gains a .week_start argument for Monday-start weeks, several plotting functions gain .facet_dir, and plot_acf_diagnostics() shows white noise bars by default. Small ergonomic corrections across the plotting and aggregation surface.
View source ↗