paper-with-me

홈 › Papers

biquality-learn: a Python library for Biquality Learning

2023-08-18 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols

The democratization of Data Mining has been widely successful thanks in part to powerful and easy-to-use Machine Learning libraries. These libraries have been particularly tailored to tackle Supervised Learning. However, strong supervision signals are scarce in practice, and practitioners must resort to weak supervision. In addition to weaknesses of supervision, dataset shifts are another kind of phenomenon that occurs when deploying machine learning models in the real world. That is why Biquality Learning has been proposed as a machine learning framework to design algorithms capable of handling multiple weaknesses of supervision and dataset shifts without assumptions on their nature and level by relying on the availability of a small trusted dataset composed of cleanly labeled and representative samples. Thus we propose biquality-learn: a Python library for Biquality Learning with an intuitive and consistent API to learn machine learning models from biquality data, with well-proven algorithms, accessible and easy to use for everyone, and enabling researchers to experiment in a reproducible way on biquality data.

📄 PDF Abstract BibTeX arXiv:2308.09643

Code (1)

biquality-learn/biquality-learn 공식 구현

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Biquality Learning: a Framework to Design Algorithms Dealing with Closed-Set Distribution Shifts

2023-08-29 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols

Training machine learning models from data with weak supervision and dataset shifts is still challenging. Designing algorithms when these two situations arise has not been explored much, and existing algorithms cannot al…

From Weakly Supervised Learning to Biquality Learning: an Introduction

2020-12-16 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols 외

The field of Weakly Supervised Learning (WSL) has recently seen a surge of popularity, with numerous papers addressing different types of "supervision deficiencies". In WSL use cases, a variety of situations exists where…

Weakly-supervised Learning

Importance Reweighting for Biquality Learning

2020-10-19 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols

The field of Weakly Supervised Learning (WSL) has recently seen a surge of popularity, with numerous papers addressing different types of "supervision deficiencies", namely: poor quality, non adaptability, and insufficie…

Weakly-supervised Learning

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…

Pykg2vec: A Python Library for Knowledge Graph Embedding

2019-06-04 · Shih Yuan Yu, Sujit Rokka Chhetri, Arquimedes Canedo, Palash Goyal 외

Python library for knowledge graph embedding and representation learning.

Graph EmbeddingKnowledge Graph EmbeddingRepresentation Learning