Point Prediction for Streaming Data
Aleena Chanda, N. V. Vinodchandran, Bertrand Clarke

TL;DR
This paper introduces two novel streaming data point prediction methods, one based on Count-Min sketch and the other on Gaussian process priors, demonstrating their effectiveness in general predictive scenarios without a true model.
Contribution
The paper presents new streaming prediction approaches using Count-Min sketch and Gaussian processes, with theoretical consistency and empirical comparisons to established methods.
Findings
CMS-based estimates are consistent under i.i.d. assumptions.
One-pass CMS median method often outperforms others on complex data.
Gaussian process priors with random biases perform well in practice.
Abstract
We present two new approaches for point prediction with streaming data. One is based on the Count-Min sketch (CMS) and the other is based on Gaussian process priors with a random bias. These methods are intended for the most general predictive problems where no true model can be usefully formulated for the data stream. In statistical contexts, this is often called the -open problem class. Under the assumption that the data consists of i.i.d samples from a fixed distribution function , we show that the CMS-based estimates of the distribution function are consistent. We compare our new methods with two established predictors in terms of cumulative error. One is based on the Shtarkov solution (often called the normalized maximum likelihood) in the normal experts setting and the other is based on Dirichlet process priors. These comparisons are for two cases. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Stream Mining Techniques · Data Management and Algorithms · Data Mining Algorithms and Applications
MethodsGaussian Process
