paper-with-me

Papers

Combining Machine Learning Models using combo Library

2019-09-21 · Yue Zhao, Xuejian Wang, Cheng Cheng, Xueying Ding

Model combination, often regarded as a key sub-field of ensemble learning, has been widely used in both academic research and industry applications. To facilitate this process, we propose and implement an easy-to-use Python toolkit, combo, to aggregate models and scores under various scenarios, including classification, clustering, and anomaly detection. In a nutshell, combo provides a unified and consistent way to combine both raw and pretrained models from popular machine learning libraries, e.g., scikit-learn, XGBoost, and LightGBM. With accessibility and robustness in mind, combo is designed with detailed documentation, interactive examples, continuous integration, code coverage, and maintainability check; it can be installed easily through Python Package Index (PyPI) or https://github.com/yzhao062/combo.

📄 PDF Abstract BibTeX arXiv:1910.07988

Code (1)

yzhao062/combo 공식 구현

Tasks

Anomaly DetectionBIG-bench Machine LearningClusteringEnsemble Learning

Similar Papers 제목 키워드 기반

COMBO: State-of-the-Art Morphosyntactic Analysis

2021-09-11 · EMNLP (ACL) 2021 11 · Mateusz Klimaszewski, Alina Wróblewska

We introduce COMBO - a fully neural NLP system for accurate part-of-speech tagging, morphological analysis, lemmatisation, and (enhanced) dependency parsing. It predicts categorical morphosyntactic features whilst also e…

Dependency ParsingMorphological AnalysisPart-Of-Speech Tagging

Fantastic Features and Where to Find Them: A Probing Method to combine Features from Multiple Foundation Models

2025-12-01 · Benjamin Ramtoula, Pierre-Yves Lajoie, Paul Newman, Daniele De Martini arxiv

Foundation models (FMs) trained with different objectives and data learn diverse representations, making some more effective than others for specific downstream tasks. Existing adaptation strategies, such as parameter-ef…

parameter-efficient fine-tuning

Combolutional Neural Networks

2025-07-28 · Cameron Churchwell, Minje Kim, Paris Smaragdis arxiv

Selecting appropriate inductive biases is an essential step in the design of machine learning models, especially when working with audio, where even short clips may contain millions of samples. To this end, we propose th…

Information Retrieval

COMBOOD: A Semiparametric Approach for Detecting Out-of-distribution Data for Image Classification

2026-02-04 · Magesh Rajasekaran, Md Saiful Islam Sajol, Frej Berglind, Supratik Mukhopadhyay 외 arxiv

Identifying out-of-distribution (OOD) data at inference time is crucial for many machine learning applications, especially for automation. We present a novel unsupervised semi-parametric framework COMBOOD for OOD detecti…

Image Classification

COMBO: a new module for EUD parsing

2021-07-08 · ACL (IWPT) 2021 8 · Mateusz Klimaszewski, Alina Wróblewska

We introduce the COMBO-based approach for EUD parsing and its implementation, which took part in the IWPT 2021 EUD shared task. The goal of this task is to parse raw texts in 17 languages into Enhanced Universal Dependen…