paper-with-me

Papers

regAL: Python Package for Active Learning of Regression Problems

2024-10-23 · Elizaveta Surzhikova, Jonny Proppe

Increasingly more research areas rely on machine learning methods to accelerate discovery while saving resources. Machine learning models, however, usually require large datasets of experimental or computational results, which in certain fields, such as (bio)chemistry, materials science, or medicine, are rarely given and often prohibitively expensive to obtain. To bypass that obstacle, active learning methods are employed to develop machine learning models with a desired performance while requiring the least possible number of computational or experimental results from the domain of application. For this purpose, the model's knowledge about certain regions of the application domain is estimated to guide the choice of the model's training set. Although active learning is widely studied for classification problems (discrete outcomes), comparatively few works handle this method for regression problems (continuous outcomes). In this work, we present our Python package regAL, which allows users to evaluate different active learning strategies for regression problems. With a minimal input of just the dataset in question, but many additional customization and insight options, this package is intended for anyone who aims to perform and understand active learning in their problem-specific scope.

📄 PDF Abstract BibTeX arXiv:2410.17917

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learningregression

Similar Papers 제목 키워드 기반

Seglearn: A Python Package for Learning Sequences and Time Series

2018-03-21 · David M. Burns, Cari M. Whyne

Seglearn is an open-source python package for machine learning time series or sequences using a sliding window segmentation approach. The implementation provides a flexible pipeline for tackling classification, regressio…

BIG-bench Machine LearningGeneral ClassificationregressionTime Series+1

libact: Pool-based Active Learning in Python

2017-10-01 · Yao-Yuan Yang, Shao-Chuan Lee, Yu-An Chung, Tung-En Wu 외

libact is a Python package designed to make active learning easier for general users. The package not only implements several popular active learning strategies, but also features the active-learning-by-learning meta-alg…

Active Learning

Coniferest: a complete active anomaly detection framework

2024-10-22 · M. V. Kornilov, V. S. Korolev, K. L. Malanchev, A. D. Lavrukhina 외

We present coniferest, an open source generic purpose active anomaly detection framework written in Python. The package design and implemented algorithms are described. Currently, static outlier detection analysis is sup…

Anomaly DetectionOutlier Detection

genriesz: A Python Package for Automatic Debiased Machine Learning with Generalized Riesz Regression

2026-02-19 · Masahiro Kato arxiv

Efficient estimation of causal and structural parameters can be automated using the Riesz representation theorem and debiased machine learning (DML). We present genriesz, an open-source Python package that implements aut…

L0Learn: A Scalable Package for Sparse Learning using L0 Regularization

2022-02-10 · Hussein Hazimeh, Rahul Mazumder, Tim Nonet

We present L0Learn: an open-source package for sparse linear regression and classification using $\ell_0$ regularization. L0Learn implements scalable, approximate algorithms, based on coordinate descent and local combina…

Combinatorial OptimizationregressionSparse Learning