Combining Machine Learning Models using combo Library
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.
Code (1)
Tasks
Anomaly DetectionBIG-bench Machine LearningClusteringEnsemble LearningSimilar Papers 제목 키워드 기반
COMBO: State-of-the-Art Morphosyntactic Analysis
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 TaggingFantastic Features and Where to Find Them: A Probing Method to combine Features from Multiple Foundation Models
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-tuningCombolutional Neural Networks
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 RetrievalCOMBOOD: A Semiparametric Approach for Detecting Out-of-distribution Data for Image Classification
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 ClassificationCOMBO: a new module for EUD parsing
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…