QuaPy/quapy/method
Alejandro Moreo Fernandez 2a50fe902c Fix broken imports left over from the BBSE/LEIP commit
quapy/classification/__init__.py imported a labelshift module that doesn't exist
anywhere in the repo (and nothing else references it), breaking `import quapy`
entirely; the import is removed.

quapy/method/aggregative.py imported a nonexistent `_liep` module instead of the
actual file, _liep_draft.py, which itself never got a LEIP class added (only
helper functions such as leip()). Guards the import so LEIP degrades to an
"not available" placeholder, like the other optional neural methods, instead of
crashing the whole package. test_leip/test_leip_fixed_tau still fail as a result;
finishing LEIP is left for a follow-up.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-08 14:47:13 +02:00
..
stan index in labelled collection from versions restored 2025-11-15 17:56:37 +01:00
__init__.py Add GMNet, a Gaussian-mixture neural quantifier 2026-09-08 14:47:03 +02:00
_bayesian.py downgrade missing-bayes-deps notice to debug level 2026-07-20 12:14:31 +02:00
_energy.py added EDx and improve doc 2026-07-07 15:46:45 +02:00
_gmnet.py Add GMNet, a Gaussian-mixture neural quantifier 2026-09-08 14:47:03 +02:00
_helper.py adding EDy and improved manuals 2026-07-06 17:30:42 +02:00
_histnet.py Add GMNet, a Gaussian-mixture neural quantifier 2026-09-08 14:47:03 +02:00
_kdey.py added dataset for images 2026-07-02 18:21:35 +02:00
_liep_draft.py added bbse hard and soft and classifier adaptation wrapper 2026-08-26 18:08:37 +02:00
_neural_bags.py Add GMNet, a Gaussian-mixture neural quantifier 2026-09-08 14:47:03 +02:00
_quanet.py adding histnet 2026-08-20 11:40:55 +02:00
_threshold_optim.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
aggregative.py Fix broken imports left over from the BBSE/LEIP commit 2026-09-08 14:47:13 +02:00
base.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
composable.py mergin and solving pytests 2025-10-06 12:03:31 +02:00
confidence.py improving doc manuals and added bonferroni parameter to interval construction 2026-07-06 12:11:24 +02:00
meta.py Add GMNet, a Gaussian-mixture neural quantifier 2026-09-08 14:47:03 +02:00
non_aggregative.py added EDx and improve doc 2026-07-07 15:46:45 +02:00