paper-with-me

Papers

CapyMOA: Efficient Machine Learning for Data Streams in Python

2025-02-11 · Heitor Murilo Gomes, Anton Lee, Nuwan Gunasekara, Yibin Sun, Guilherme Weigert Cassales, Justin Liu, Marco Heyden, Vitor Cerqueira, Maroua Bahri, Yun Sing Koh, Bernhard Pfahringer, Albert Bifet

CapyMOA is an open-source library designed for efficient machine learning on streaming data. It provides a structured framework for real-time learning and evaluation, featuring a flexible data representation. CapyMOA includes an extensible architecture that allows integration with external frameworks such as MOA and PyTorch, facilitating hybrid learning approaches that combine traditional online algorithms with deep learning techniques. By emphasizing adaptability, scalability, and usability, CapyMOA allows researchers and practitioners to tackle dynamic learning challenges across various domains.

📄 PDF Abstract BibTeX arXiv:2502.07432

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

River: machine learning for streaming data in Python

2020-12-08 · Jacob Montiel, Max Halford, Saulo Martiello Mastelini, Geoffrey Bolmier 외

River is a machine learning library for dynamic data streams and continual learning. It provides multiple state-of-the-art learning methods, data generators/transformers, performance metrics and evaluators for different …

BIG-bench Machine LearningContinual Learning

Pathway: a fast and flexible unified stream data processing framework for analytical and Machine Learning applications

2023-07-12 · Michal Bartoszkiewicz, Jan Chorowski, Adrian Kosowski, Jakub Kowalski 외

We present Pathway, a new unified data processing framework that can run workloads on both bounded and unbounded data streams. The framework was created with the original motivation of resolving challenges faced when ana…

Benchmarking

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…

mPyPl: Python Monadic Pipeline Library for Complex Functional Data Processing

2021-06-16 · Dmitry Soshnikov, Yana Valieva

In this paper, we present a new Python library called mPyPl, which is intended to simplify complex data processing tasks using functional approach. This library defines operations on lazy data streams of named dictionari…

Event Detection

Standardized Evaluation of Machine Learning Methods for Evolving Data Streams

2022-04-28 · Johannes Haug, Effi Tramountani, Gjergji Kasneci

Due to the unspecified and dynamic nature of data streams, online machine learning requires powerful and flexible solutions. However, evaluating online machine learning methods under realistic conditions is difficult. Ex…

BIG-bench Machine LearningDrift Detectionfeature selection