- Add smoke tests covering data/reader.py, method/_threshold_optim.py, classification/calibration.py, method/confidence.py, and the pure-numpy helpers in method/_bayesian.py (skipping the jax/stan-dependent model code itself, consistent with how the aggregative-method registry already treats it as optional) - SVMperf: stop creating a tempfile.TemporaryDirectory() just to discard it immediately for its .name; generate the path directly instead of doing a pointless create/delete/recreate cycle (cleanup already happens via the class's own __del__) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| classification | ||
| data | ||
| method | ||
| tests | ||
| __init__.py | ||
| error.py | ||
| evaluation.py | ||
| functional.py | ||
| model_selection.py | ||
| plot.py | ||
| protocol.py | ||
| util.py | ||