paper-with-me

Papers

stream-learn -- open-source Python library for difficult data stream batch analysis

2020-01-29 · Paweł Ksieniewicz, Paweł Zyblewski

stream-learn is a Python package compatible with scikit-learn and developed for the drifting and imbalanced data stream analysis. Its main component is a stream generator, which allows to produce a synthetic data stream that may incorporate each of the three main concept drift types (i.e. sudden, gradual and incremental drift) in their recurring or non-recurring versions. The package allows conducting experiments following established evaluation methodologies (i.e. Test-Then-Train and Prequential). In addition, estimators adapted for data stream classification have been implemented, including both simple classifiers and state-of-art chunk-based and online classifier ensembles. To improve computational efficiency, package utilises its own implementations of prediction metrics for imbalanced binary classification tasks.

📄 PDF Abstract BibTeX arXiv:2001.11077

Code (1)

w4k2/stream-learn 공식 구현

Tasks

Binary ClassificationClassificationComputational EfficiencyGeneral Classification

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

WAX-ML: A Python library for machine learning and feedback loops on streaming data

2021-06-11 · Emmanuel Sérié

Wax is what you put on a surfboard to avoid slipping. It is an essential tool to go surfing... We introduce WAX-ML a research-oriented Python library providing tools to design powerful machine learning algorithms and fee…

BIG-bench Machine Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

MLDebugging: Towards Benchmarking Code Debugging Across Multi-Library Scenarios

2025-06-15 · Jinyang Huang, Xiachong Feng, Qiguang Chen, Hanjie Zhao 외

Code debugging is a crucial task in software engineering, which attracts increasing attention. While remarkable success has been made in the era of large language models (LLMs), current research still focuses on the simp…

Benchmarking

VoDEx: a Python library for time annotation and management of volumetric functional imaging data

2023-05-11 · Anna Nadtochiy, Peter Luu, Scott E. Fraser, Thai V. Truong

Summary: In functional imaging studies, accurately synchronizing the time course of experimental manipulations and stimulus presentations with resulting imaging data is crucial for analysis. Current software tools lack s…

ManagementRetrieval

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…