paper-with-me

홈 › Papers

e-Fold Cross-Validation for Recommender-System Evaluation

2024-12-02 · Moritz Baumgart, Lukas Wegmeth, Tobias Vente, Joeran Beel

To combat the rising energy consumption of recommender systems we implement a novel alternative for k-fold cross validation. This alternative, named e-fold cross validation, aims to minimize the number of folds to achieve a reduction in power usage while keeping the reliability and robustness of the test results high. We tested our method on 5 recommender system algorithms across 6 datasets and compared it with 10-fold cross validation. On average e-fold cross validation only needed 41.5% of the energy that 10-fold cross validation would need, while it's results only differed by 1.81%. We conclude that e-fold cross validation is a promising approach that has the potential to be an energy efficient but still reliable alternative to k-fold cross validation.

📄 PDF Abstract BibTeX arXiv:2412.01011

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Navigating the Evaluation Funnel to Optimize Iteration Speed for Recommender Systems

2024-04-03 · Claire Schultzberg, Brammert Ottens

Over the last decades has emerged a rich literature on the evaluation of recommendation systems. However, less is written about how to efficiently combine different evaluation methods from this rich field into a single e…

counterfactualRecommendation Systems

CVTT: Cross-Validation Through Time

2022-05-11 · Mikhail Andronov, Sergey Kolesnikov

The evaluation of recommender systems from a practical perspective is a topic of ongoing discourse within the research community. While many current evaluation methods reduce performance to a single value metric as an ea…

Recommendation Systems

Widespread Flaws in Offline Evaluation of Recommender Systems

2023-07-27 · Balázs Hidasi, Ádám Tibor Czapp

Even though offline evaluation is just an imperfect proxy of online performance -- due to the interactive nature of recommenders -- it will probably remain the primary way of evaluation in recommender systems research fo…

Recommendation Systems

From Theory to Practice: Implementing and Evaluating e-Fold Cross-Validation

2024-10-12 · Christopher Mahlich, Tobias Vente, Joeran Beel

This paper introduces e-fold cross-validation, an energy-efficient alternative to k-fold cross-validation. It dynamically adjusts the number of folds based on a stopping criterion. The criterion checks after each fold wh…

Elliot: a Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation

2021-03-03 · Vito Walter Anelli, Alejandro Bellogín, Antonio Ferrara, Daniele Malitesta 외

Recommender Systems have shown to be an effective way to alleviate the over-choice problem and provide accurate and tailored recommendations. However, the impressive number of proposed recommendation algorithms, splittin…

FairnessHyperparameter OptimizationRecommendation Systems