paper-with-me

홈 › Papers

Demand Prediction Using Machine Learning Methods and Stacked Generalization

2020-09-21 · Resul Tugay, Sule Gunduz Oguducu

Supply and demand are two fundamental concepts of sellers and customers. Predicting demand accurately is critical for organizations in order to be able to make plans. In this paper, we propose a new approach for demand prediction on an e-commerce web site. The proposed model differs from earlier models in several ways. The business model used in the e-commerce web site, for which the model is implemented, includes many sellers that sell the same product at the same time at different prices where the company operates a market place model. The demand prediction for such a model should consider the price of the same product sold by competing sellers along the features of these sellers. In this study we first applied different regression algorithms for specific set of products of one department of a company that is one of the most popular online e-commerce companies in Turkey. Then we used stacked generalization or also known as stacking ensemble learning to predict demand. Finally, all the approaches are evaluated on a real world data set obtained from the e-commerce company. The experimental results show that some of the machine learning methods do produce almost as good results as the stacked generalization method.

📄 PDF Abstract BibTeX arXiv:2009.09756

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningEnsemble Learning

Similar Papers 제목 키워드 기반

pystacked: Stacking generalization and machine learning in Stata

2022-08-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer

pystacked implements stacked generalization (Wolpert, 1992) for regression and binary classification via Python's scikit-learn. Stacking combines multiple supervised machine learners -- the "base" or "level-0" learners -…

Binary Classificationregression

Transfer learning for cross-modal demand prediction of bike-share and public transit

2022-03-17 · Mingzhuang Hua, Francisco Camara Pereira, Yu Jiang, Xuewu Chen

The urban transportation system is a combination of multiple transport modes, and the interdependencies across those modes exist. This means that the travel demand across different travel modes could be correlated as one…

PredictionTime SeriesTime Series AnalysisTransfer Learning

Stacking machine learning classifiers to identify Higgs bosons at the LHC

2016-12-21 · Alexandre Alves

Machine learning (ML) algorithms have been employed in the problem of classifying signal and background events with high accuracy in particle physics. In this paper, we compare the performance of a widespread ML techniqu…

BIG-bench Machine Learning

Theoretical Guarantees of Learning Ensembling Strategies with Applications to Time Series Forecasting

2023-05-25 · Hilaf Hasson, Danielle C. Maddix, Yuyang Wang, Gaurav Gupta 외

Ensembling is among the most popular tools in machine learning (ML) due to its effectiveness in minimizing variance and thus improving generalization. Most ensembling methods for black-box base learners fall under the um…

Time SeriesTime Series Forecasting

Combining Varied Learners for Binary Classification using Stacked Generalization

2022-02-17 · Sruthi Nair, Abhishek Gupta, Raunak Joshi, Vidya Chitre

The Machine Learning has various learning algorithms that are better in some or the other aspect when compared with each other but a common error that all algorithms will suffer from is training data with very high dimen…

Binary ClassificationClassificationEnsemble Learning