vix.ing · top · new · best · stats · spec

Machine Learning to Predict Digital Frustration from Clickstream Data

2025/12/23 by Jibin Joseph, Joseph, Jibin
Computer Science · Decision Sciences · Neuroscience · #FOS: Computer and information sciences #Machine Learning (cs.LG) #Mind wandering and attention #Personal Information Management and User Behavior #Spam and Phishing Detection

paper · doi:10.48550/arxiv.2512.20438

openalex publication_date 2025/12/23 · openalex created_date 2025/12/25 · openalex updated_date 2026/07/28

Abstract

Many businesses depend on their mobile apps and websites, so user frustration while trying to complete a task on these channels can cause lost sales and complaints. In this research, I use clickstream data from a real e-commerce site to predict whether a session is frustrated or not. Frustration is defined using certain rules based on rage bursts, back and forth navigation (U turns), cart churn, search struggle, and long wandering sessions, and applies these rules to 5.4 million raw clickstream events (304,881 sessions). From each session, I build tabular features and train standard classifier models. I also use the full event sequence to train a discriminative LSTM classifier. XGBoost reaches about 90% accuracy, ROC AUC of 0.9579, while the LSTM performs best with about 91% accuracy and a ROC AUC of 0.9705. Finally, the research shows that with only the first 20 to 30 interactions, the LSTM already predicts frustration reliably.

Citations

Related