paper-with-me

Papers

DESlib: A Dynamic ensemble selection library in Python

2018-02-14 · Rafael M. O. Cruz, Luiz G. Hafemann, Robert Sabourin, George D. C. Cavalcanti

DESlib is an open-source python library providing the implementation of several dynamic selection techniques. The library is divided into three modules: (i) \emph{dcs}, containing the implementation of dynamic classifier selection methods (DCS); (ii) \emph{des}, containing the implementation of dynamic ensemble selection methods (DES); (iii) \emph{static}, with the implementation of static ensemble techniques. The library is fully documented (documentation available online on Read the Docs), has a high test coverage (codecov.io) and is part of the scikit-learn-contrib supported projects. Documentation, code and examples can be found on its GitHub page: https://github.com/scikit-learn-contrib/DESlib.

📄 PDF Abstract BibTeX arXiv:1802.04967

Code (2)

Menelau/DESlib 공식 구현
scikit-learn-contrib/DESlib 공식 구현

Similar Papers 제목 키워드 기반

scikit-dyn2sel -- A Dynamic Selection Framework for Data Streams

2020-08-17 · Lucca Portes Cavalheiro, Jean Paul Barddal, Alceu de Souza Britto Jr, Laurent Heutte

Mining data streams is a challenge per se. It must be ready to deal with an enormous amount of data and with problems not present in batch machine learning, such as concept drift. Therefore, applying a batch-designed tec…

abess: A Fast Best Subset Selection Library in Python and R

2021-10-19 · Jin Zhu, Xueqin Wang, Liyuan Hu, Junhao Huang 외

We introduce a new library named abess that implements a unified framework of best-subset selection for solving diverse machine learning problems, e.g., linear regression, classification, and principal component analysis…

Model SelectionSparse LearningVariable Selection

The autofeat Python Library for Automated Feature Engineering and Selection

2019-01-22 · Franziska Horn, Robert Pack, Michael Rieger

This paper describes the autofeat Python library, which provides scikit-learn style linear regression and classification models with automated feature engineering and selection capabilities. Complex non-linear machine le…

Automated Feature EngineeringFeature Engineeringregression

Deep Fast Machine Learning Utils: A Python Library for Streamlined Machine Learning Prototyping

2024-09-14 · Fabi Prezja

Machine learning (ML) research and application often involve time-consuming steps such as model architecture prototyping, feature selection, and dataset preparation. To support these tasks, we introduce the Deep Fast Mac…

feature selectionManagement

Picasso: A Sparse Learning Library for High Dimensional Data Analysis in R and Python

2020-06-27 · Jason Ge, Xingguo Li, Haoming Jiang, Han Liu 외

We describe a new library named picasso, which implements a unified framework of pathwise coordinate optimization for a variety of sparse learning problems (e.g., sparse linear regression, sparse logistic regression, spa…

regressionSparse Learning