QuaPy/quapy/classification
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
..
__init__.py Fix broken imports left over from the BBSE/LEIP commit 2026-09-08 14:47:13 +02:00
calibration.py add random_state to calibration classes, fix flaky calibration test 2026-07-20 11:16:43 +02:00
methods.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
neural.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
svmperf.py Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation 2026-07-04 19:05:06 +02:00