QuaPy/quapy
Alejandro Moreo Fernandez d904c2ce24 add random_state to calibration classes, fix flaky calibration test
fit_tr_val's train_test_split had no random_state, so val_split=float
picked a different split every run; occasionally the split produced a
posterior distribution that made abstention's temperature-scaling
L-BFGS optimizer diverge to NaN. Threaded random_state through the
base class and all four calibrator subclasses, and pinned the test to
a seed confirmed stable across repeated runs.
2026-07-20 11:16:43 +02:00
..
classification add random_state to calibration classes, fix flaky calibration test 2026-07-20 11:16:43 +02:00
data Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
method silence pystan's repeated pkg_resources deprecation warning 2026-07-17 17:43:41 +02:00
tests add random_state to calibration classes, fix flaky calibration test 2026-07-20 11:16:43 +02:00
__init__.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
error.py import fix 2026-07-17 16:53:27 +02:00
evaluation.py refactoring w/o labelled collection 2025-04-20 22:05:46 +02:00
functional.py update docs 2026-07-17 16:45:12 +02:00
model_selection.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
plot.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
protocol.py import fix 2026-07-17 16:53:27 +02:00
util.py added dataset for images 2026-07-02 18:21:35 +02:00