From 4916919833c09fa41449858570a1c4340d699210 Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Thu, 2 Jul 2026 18:21:35 +0200 Subject: [PATCH] added dataset for images --- CHANGE_LOG.txt | 3 + docs/build/html/_modules/index.html | 47 +- .../_modules/quapy/classification/neural.html | 608 +++++++++++---- .../html/_modules/quapy/data/datasets.html | 615 +++++++++++++--- .../build/html/_modules/quapy/functional.html | 505 ++++++++++--- .../html/_modules/quapy/method/_kdey.html | 487 +++++++++--- .../html/_modules/quapy/method/_neural.html | 626 ++++++++++++---- .../_modules/quapy/method/aggregative.html | 542 +++++++++++--- .../quapy/method/non_aggregative.html | 502 ++++++++++--- docs/build/html/_modules/quapy/plot.html | 697 +++++++++++++++--- docs/build/html/_modules/quapy/util.html | 514 ++++++++++--- docs/source/conf.py | 20 +- docs/source/index.md | 135 ++-- docs/source/manuals/datasets.md | 107 ++- docs/source/manuals/plotting.md | 34 + quapy/data/datasets.py | 100 +++ quapy/method/_kdey.py | 6 +- quapy/method/aggregative.py | 40 +- quapy/method/non_aggregative.py | 22 +- quapy/plot.py | 220 +++++- quapy/tests/test_methods.py | 16 +- quapy/util.py | 2 +- 22 files changed, 4861 insertions(+), 987 deletions(-) diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index 06fb255..e1c61d4 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -6,12 +6,15 @@ Change Log 0.2.1 - Added temperature calibration utilities for Bayesian confidence-aware methods. - Added compositional CLR and ILR transformations. - Extended KDEy with Aitchison/ILR kernels, shrinkage, and improved numerical stability. +- Added image-embedding-based datasets including CIFAR10, CIFAR100, CIFAR100coarse, VSHN, FashionMNIST, MNIST - Added TemperatureScalingFromLogits for calibrating pretrained logits. - Added DirichletProtocol for prevalence sampling from Dirichlet priors. - Added ReadMe method by Daniel Hopkins and Gary King. - Internal index in LabelledCollection is now "lazy", and is only constructed if required. - Improved unit testing and separated integration tests. - Added RLLS (Regularized Learning for Domain Adaptation under Label Shifts) method. +- Added visualization tools for 3-class problems in the simplex, see also the new example no.19 + Change Log 0.2.0 ----------------- diff --git a/docs/build/html/_modules/index.html b/docs/build/html/_modules/index.html index ab28d32..10f0751 100644 --- a/docs/build/html/_modules/index.html +++ b/docs/build/html/_modules/index.html @@ -30,6 +30,8 @@ + + @@ -40,6 +42,7 @@ + @@ -113,8 +116,14 @@ + + + + + + QuaPy: A Python-based open-source framework for quantification 0.2.1 documentation - Home + QuaPy: A Python-based open-source framework for quantification 0.2.1 documentation - Home -

QuaPy: A Python-based open-source framework for quantification 0.2.1 documentation

@@ -130,7 +139,7 @@ @@ -182,6 +191,21 @@ + + @@ -228,7 +252,7 @@ @@ -271,6 +295,21 @@ + + @@ -330,6 +369,7 @@

All modules for which code is available