tsfeatures (version 1.1.1)

yahoo_data: Yahoo server metrics

Description

Yahoo server metrics

Usage

yahoo_data(...)

Value

A matrix of time series with 1437 rows of hourly data, and 1748 columns representing different servers.

Arguments

...

Additional arguments passed to download.file

Downloads and returns aggregated and anonymized datasets from Yahoo representing server metrics of Yahoo services.

Author

Rob Hyndman, Earo Wang, Nikolay Laptev, Mitchell O'Hara-Wild

References

Hyndman, R.J., Wang, E., Laptev, N. (2015) Large-scale unusual time series detection. In: Proceedings of the IEEE International Conference on Data Mining. Atlantic City, NJ, USA. 14–17 November 2015. https://robjhyndman.com/publications/icdm2015/

Examples

Run this code
yahoo <- yahoo_data()
plot(yahoo[,1:10])
plot(yahoo[,1:44], plot.type='single', col=1:44)

Run the code above in your browser using DataLab