Scavenger - A Framework for Efficient Evaluation of Dynamic and Modular Algorithms
Abstract
Machine Learning methods and algorithms are often highly modular in the sense that they rely on a large number of subalgorithms that are in principle interchangeable. For example, it is often possible to use various kinds of pre- and post-processing and various base classifiers or regressors as components of the same modular approach. We propose a framework, called Scavenger , that allows evaluating whole families of conceptually similar algorithms efficiently. The algorithms are represented as compositions, couplings and products of atomic subalgorithms. This allows partial results to be cached and shared between different instances of a modular algorithm, so that potentially expensive partial results need not be recomputed multiple times. Furthermore, our framework deals with issues of the parallel execution, load balancing, and with the backup of partial results for the case of implementation or runtime errors. Scavenger is licensed under the GPLv3 and can be downloaded freely at https://github.com/jorro/scavenger .
Cite
Text
Tyukin et al. "Scavenger - A Framework for Efficient Evaluation of Dynamic and Modular Algorithms." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2015. doi:10.1007/978-3-319-23461-8_40Markdown
[Tyukin et al. "Scavenger - A Framework for Efficient Evaluation of Dynamic and Modular Algorithms." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2015.](https://mlanthology.org/ecmlpkdd/2015/tyukin2015ecmlpkdd-scavenger/) doi:10.1007/978-3-319-23461-8_40BibTeX
@inproceedings{tyukin2015ecmlpkdd-scavenger,
title = {{Scavenger - A Framework for Efficient Evaluation of Dynamic and Modular Algorithms}},
author = {Tyukin, Andrey and Kramer, Stefan and Wicker, Jörg},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2015},
pages = {325-328},
doi = {10.1007/978-3-319-23461-8_40},
url = {https://mlanthology.org/ecmlpkdd/2015/tyukin2015ecmlpkdd-scavenger/}
}