MFE: Towards Reproducible Meta-Feature Extraction

Abstract

Automated recommendation of machine learning algorithms is receiving a large deal of attention, not only because they can recommend the most suitable algorithms for a new task, but also because they can support efficient hyper-parameter tuning, leading to better machine learning solutions. The automated recommendation can be implemented using meta-learning, learning from previous learning experiences, to create a meta-model able to associate a data set to the predictive performance of machine learning algorithms. Although a large number of publications report the use of meta-learning, reproduction and comparison of meta-learning experiments is a difficult task. The literature lacks extensive and comprehensive public tools that enable the reproducible investigation of the different meta-learning approaches. An alternative to deal with this difficulty is to develop a meta-feature extractor package with the main characterization measures, following uniform guidelines that facilitate the use and inclusion of new meta-features. In this paper, we propose two Meta-Feature Extractor (MFE) packages, written in both Python and R, to fill this lack. The packages follow recent frameworks for meta-feature extraction, aiming to facilitate the reproducibility of meta-learning experiments.

Cite

Text

Alcobaça et al. "MFE: Towards Reproducible Meta-Feature Extraction." Machine Learning Open Source Software, 2020.

Markdown

[Alcobaça et al. "MFE: Towards Reproducible Meta-Feature Extraction." Machine Learning Open Source Software, 2020.](https://mlanthology.org/mloss/2020/alcobaca2020jmlr-mfe/)

BibTeX

@article{alcobaca2020jmlr-mfe,
  title     = {{MFE: Towards Reproducible Meta-Feature Extraction}},
  author    = {Alcobaça, Edesio and Siqueira, Felipe and Rivolli, Adriano and Garcia, Luís P. F. and Oliva, Jefferson T. and de Carvalho, André C. P. L. F.},
  journal   = {Machine Learning Open Source Software},
  year      = {2020},
  pages     = {1-5},
  volume    = {21},
  url       = {https://mlanthology.org/mloss/2020/alcobaca2020jmlr-mfe/}
}