English

Zap: Making Predictions Based on Online User Behavior

Machine Learning 2018-07-18 v1 Artificial Intelligence Machine Learning

Abstract

This paper introduces Zap, a generic machine learning pipeline for making predictions based on online user behavior. Zap combines well known techniques for processing sequential data with more obscure techniques such as Bloom filters, bucketing, and model calibration into an end-to-end solution. The pipeline creates website- and task-specific models without knowing anything about the structure of the website. It is designed to minimize the amount of website-specific code, which is realized by factoring all website-specific logic into example generators. New example generators can typically be written up in a few lines of code.

Keywords

Cite

@article{arxiv.1807.06046,
  title  = {Zap: Making Predictions Based on Online User Behavior},
  author = {Yuri Chervonyi and Dragos Harabor and Brian Zhang and Josh Sacks},
  journal= {arXiv preprint arXiv:1807.06046},
  year   = {2018}
}

Comments

14 pages, 9 figures

R2 v1 2026-06-23T03:03:14.131Z