paper-with-me

Papers

Evolution of Scikit-Learn Pipelines with Dynamic Structured Grammatical Evolution

2020-04-01 · Filipe Assunção, Nuno Lourenço, Bernardete Ribeiro, Penousal Machado

The deployment of Machine Learning (ML) models is a difficult and time-consuming job that comprises a series of sequential and correlated tasks that go from the data pre-processing, and the design and extraction of features, to the choice of the ML algorithm and its parameterisation. The task is even more challenging considering that the design of features is in many cases problem specific, and thus requires domain-expertise. To overcome these limitations Automated Machine Learning (AutoML) methods seek to automate, with few or no human-intervention, the design of pipelines, i.e., automate the selection of the sequence of methods that have to be applied to the raw data. These methods have the potential to enable non-expert users to use ML, and provide expert users with solutions that they would unlikely consider. In particular, this paper describes AutoML-DSGE - a novel grammar-based framework that adapts Dynamic Structured Grammatical Evolution (DSGE) to the evolution of Scikit-Learn classification pipelines. The experimental results include comparing AutoML-DSGE to another grammar-based AutoML framework, Resilient ClassificationPipeline Evolution (RECIPE), and show that the average performance of the classification pipelines generated by AutoML-DSGE is always superior to the average performance of RECIPE; the differences are statistically significant in 3 out of the 10 used datasets.

📄 PDF Abstract BibTeX arXiv:2004.00307

Code (1)

fillassuncao/automl-dsge 공식 구현

Tasks

AutoMLBIG-bench Machine LearningGeneral Classification

Similar Papers 제목 키워드 기반

kooplearn: A Scikit-Learn Compatible Library of Algorithms for Evolution Operator Learning

2025-12-24 · Giacomo Turri, Grégoire Pacreau, Giacomo Meanti, Timothée Devergne 외 arxiv

kooplearn is a machine-learning library that implements linear, kernel, and deep-learning estimators of dynamical operators and their spectral decompositions. kooplearn can model both discrete-time evolution operators (K…

RASL: Relational Algebra in Scikit-Learn Pipelines

2021-10-03 · NeurIPS Workshop DBAI 2021 12 · Chirag Sahni, Kiran Kate, Avraham Shinnar, Hoang Thanh Lam 외

Integrating data preparation with machine-learning (ML) pipelines has been a long- standing challenge. Prior work tried to solve it by building new data processing platforms such as MapReduce or Spark, and then implement…

BIG-bench Machine Learning

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos 외

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built…

Model Selection

Scikit-fingerprints: easy and efficient computation of molecular fingerprints in Python

2024-07-18 · Jakub Adamczyk, Piotr Ludynia

In this work, we present scikit-fingerprints, a Python package for computation of molecular fingerprints for applications in chemoinformatics. Our library offers an industry-standard scikit-learn interface, allowing intu…

Molecular Property PredictionProperty Prediction

LCE: An Augmented Combination of Bagging and Boosting in Python

2023-08-14 · Kevin Fauvel, Élisa Fromont, Véronique Masson, Philippe Faverdin 외

lcensemble is a high-performing, scalable and user-friendly Python package for the general tasks of classification and regression. The package implements Local Cascade Ensemble (LCE), a machine learning method that furth…

Model Selectionregression