paper-with-me

Papers

modAL: A modular active learning framework for Python

2018-05-02 · Tivadar Danka, Peter Horvath

modAL is a modular active learning framework for Python, aimed to make active learning research and practice simpler. Its distinguishing features are (i) clear and modular object oriented design (ii) full compatibility with scikit-learn models and workflows. These features make fast prototyping and easy extensibility possible, aiding the development of real-life active learning pipelines and novel algorithms as well. modAL is fully open source, hosted on GitHub at https://github.com/cosmic-cortex/modAL. To assure code quality, extensive unit tests are provided and continuous integration is applied. In addition, a detailed documentation with several tutorials are also available for ease of use. The framework is available in PyPI and distributed under the MIT license.

📄 PDF Abstract BibTeX arXiv:1805.00979

Code (2)

cosmic-cortex/modAL 공식 구현
modAL-python/modAL 공식 구현

Tasks

Active Learning

Similar Papers 제목 키워드 기반

RecWizard: A Toolkit for Conversational Recommendation with Modular, Portable Models and Interactive User Interface

2024-02-23 · Zeyuan Zhang, Tanmay Laud, Zihang He, Xiaojie Chen 외

We present a new Python toolkit called RecWizard for Conversational Recommender Systems (CRS). RecWizard offers support for development of models and interactive user interface, drawing from the best practices of the Hug…

Conversational RecommendationRecommendation Systems

pymdp: A Python library for active inference in discrete state spaces

2022-01-11 · Conor Heins, Beren Millidge, Daphne Demekas, Brennan Klein 외

Active inference is an account of cognition and behavior in complex systems which brings together action, perception, and learning under the theoretical mantle of Bayesian inference. Active inference has seen growing app…

Bayesian Inference

BrainLesion Suite: A Flexible and User-Friendly Framework for Modular Brain Lesion Image Analysis

2025-07-11 · Florian Kofler, Marcel Rosier, Mehdi Astaraki, Hendrik Möller 외

BrainLesion Suite is a versatile toolkit for building modular brain lesion image analysis pipelines in Python. Following Pythonic principles, BrainLesion Suite is designed to provide a 'brainless' development experience,…

Skull Stripping

PyPulse: A Python Library for Biosignal Imputation

2024-12-09 · Kevin Gao, Maxwell A. Xu, James M. Rehg, Alexander Moreno

We introduce PyPulse, a Python package for imputation of biosignals in both clinical and wearable sensor settings. Missingness is commonplace in these settings and can arise from multiple causes, such as insecure sensor …

Imputation

ModSSC: A Modular Framework for Semi-Supervised Classification on Heterogeneous Data

2025-12-15 · Melvin Barbaux, Samia Boukir arxiv

Semi-supervised classification leverages both labeled and unlabeled data to improve predictive performance, but existing software support remains fragmented across methods, learning settings, and data modalities. We intr…