paper-with-me

Papers

Calibration of Google Trends Time Series

2020-07-27 · Robert West

Google Trends is a tool that allows researchers to analyze the popularity of Google search queries across time and space. In a single request, users can obtain time series for up to 5 queries on a common scale, normalized to the range from 0 to 100 and rounded to integer precision. Despite the overall value of Google Trends, rounding causes major problems, to the extent that entirely uninformative, all-zero time series may be returned for unpopular queries when requested together with more popular queries. We address this issue by proposing Google Trends Anchor Bank (G-TAB), an efficient solution for the calibration of Google Trends data. Our method expresses the popularity of an arbitrary number of queries on a common scale without being compromised by rounding errors. The method proceeds in two phases. In the offline preprocessing phase, an "anchor bank" is constructed, a set of queries spanning the full spectrum of popularity, all calibrated against a common reference query by carefully chaining together multiple Google Trends requests. In the online deployment phase, any given search query is calibrated by performing an efficient binary search in the anchor bank. Each search step requires one Google Trends request, but few steps suffice, as we demonstrate in an empirical evaluation. We make our code publicly available as an easy-to-use library at https://github.com/epfl-dlab/GoogleTrendsAnchorBank.

📄 PDF Abstract BibTeX arXiv:2007.13861

Code (1)

epfl-dlab/GoogleTrendsAnchorBank 공식 구현

Tasks

Time SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Nonlinear Time Series Classification Using Bispectrum-based Deep Convolutional Neural Networks

2020-03-04 · Paul A. Parker, Scott H. Holan, Nalini Ravishanker

Time series classification using novel techniques has experienced a recent resurgence and growing interest from statisticians, subject-domain scientists, and decision makers in business and industry. This is primarily du…

General ClassificationTime SeriesTime Series AnalysisTime Series Classification

Aggregating Google Trends: Multivariate Testing and Analysis

2018-03-25

Web search data are a valuable source of business and economic information. Previous studies have utilized Google Trends web search data for economic forecasting. We expand this work by providing algorithms to combine an…

Well Googled is Half Done: Multimodal Forecasting of New Fashion Product Sales with Image-based Google Trends

2021-09-20 · Geri Skenderi, Christian Joppi, Matteo Denitto, Marco Cristani

New fashion product sales forecasting is a challenging problem that involves many business dynamics and cannot be solved by classical forecasting approaches. In this paper, we investigate the effectiveness of systematica…

New Product Sales ForecastingTime SeriesTime Series Analysis

The Shape of Consumer Behavior: A Symbolic and Topological Analysis of Time Series

2025-06-24 · Pola Bereta, Ioannis Diamantis

Understanding temporal patterns in online search behavior is crucial for real-time marketing and trend forecasting. Google Trends offers a rich proxy for public interest, yet the high dimensionality and noise of its time…

ClusteringMarketingTime SeriesTopological Data Analysis

Nowcasting Growth using Google Trends Data: A Bayesian Structural Time Series Model

2020-11-02 · David Kohns, Arnab Bhattacharjee

This paper investigates the benefits of internet search data in the form of Google Trends for nowcasting real U.S. GDP growth in real time through the lens of mixed frequency Bayesian Structural Time Series (BSTS) models…

Time SeriesTime Series AnalysisVariable Selection