| Issue |
ITM Web Conf.
Volume 86, 2026
5th International Conference on Current Research in Engineering and Technology (ICCRET-2026)
|
|
|---|---|---|
| Article Number | 02002 | |
| Number of page(s) | 14 | |
| Section | Data Science & Analytics | |
| DOI | https://doi.org/10.1051/itmconf/20268602002 | |
| Published online | 05 June 2026 | |
Customer Churn Prediction System: A Guided Web Work-flow for Local Training, Prediction, and Explainable Out-puts
Department of Computer Science and Engineering, CMR Technical Campus, Hyderabad, Telangana, India
Abstract
Customer churn—the event of a customer discontinuing a service—directly affects revenue and retention planning. This paper presents a Customer Churn Prediction System implemented as a guided web workflow that turns churn modeling into an interactive, repeatable pipeline. The plat-form supports dataset upload, preprocessing with configurable feature selection, model training, and interactive prediction through a step-based user interface. A FastAPI backend coordinates the machine learning stages and persists intermediate artifacts (uploaded files, preprocessing metadata, and trained models) for repeatable use. The predictive component uses an XGBoost classifier trained on structured customer attributes after standard tabular preprocessing (missing-value treatment and categorical encoding). At inference time, the system returns a churn probability and maps it to a discrete risk band using simple threshold rules to support operational decisions. The results interface surfaces key contributing factors via model feature importance and reports common evaluation metrics (accuracy, precision, recall, and F1score) for transparency. For interpretability, the backend can optionally invoke a locally hosted large LM through Ollama to convert the computed signals (probability, risk band, and top factors) into a concise explanation and recommended actions, while keeping data local. Overall, the system demonstrates how churn prediction can be delivered as an end-to-end application with reproducible workflow support and interpretability-focused reporting.
© The Authors, published by EDP Sciences, 2026
This is an Open Access article distributed under the terms of the Creative Commons Attribution License 4.0, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.
Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.
Initial download of the metrics may take a while.

