Alejandro Moreo
8b0327f00a
added EDx and improve doc
2026-07-07 15:46:45 +02:00
Alejandro Moreo
4bfa212459
adding EDy and improved manuals
2026-07-06 17:30:42 +02:00
Alejandro Moreo
574fc61032
improving doc manuals and added bonferroni parameter to interval construction
2026-07-06 12:11:24 +02:00
Alejandro Moreo Fernandez
ed02be2c8d
Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation
...
- 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>
2026-07-04 19:05:06 +02:00
Alejandro Moreo
f6c822ca8f
improving docs and new example for image datasets
2026-07-03 17:07:02 +02:00
Alejandro Moreo
4916919833
added dataset for images
2026-07-02 18:21:35 +02:00
Alejandro Moreo
a1dff57db0
refactoring and cleaning up
2026-06-30 18:02:23 +02:00
Alejandro Moreo
e44056d860
integrating bayesian methods and related functionality, plus unit test refactor
2026-06-05 14:08:06 +02:00
Alejandro Moreo Fernandez
e4a8f5e7f6
mergin and solving pytests
2025-10-06 12:23:07 +02:00
Alejandro Moreo Fernandez
2883cc8fa6
mergin and solving pytests
2025-10-06 12:13:10 +02:00
Alejandro Moreo Fernandez
3847db3838
mergin and solving pytests
2025-10-06 12:03:31 +02:00
Alejandro Moreo Fernandez
265fcc2d92
tests passed; working on examples
2025-07-13 14:27:14 +02:00
Alejandro Moreo Fernandez
5b7f7d4f70
handling qunfold versioning, and more bug fix
2025-06-15 13:22:24 +02:00
Alejandro Moreo Fernandez
934750ea44
merged
2025-06-15 12:02:40 +02:00
Alejandro Moreo Fernandez
4cfb97c165
merging with office branch
2025-06-15 11:59:32 +02:00
Alejandro Moreo Fernandez
e76e1de6a9
refactoring codebase
2025-05-23 12:27:49 +02:00
Alejandro Moreo Fernandez
48defb4261
reminders
2025-05-03 21:10:25 +02:00
Alejandro Moreo Fernandez
aac133817b
dealing with unit tests
2025-04-25 13:52:05 +02:00
Alejandro Moreo Fernandez
075be93a23
refactoring w/o labelled collection
2025-04-20 22:05:46 +02:00
Alejandro Moreo Fernandez
20343920dc
adding confidence regions with bootstrap
2024-11-28 18:19:25 +01:00
Mirko Bunse
2000c33372
Composable methods integrated from qunfold, which is an extra dependency for quapy.method.composable
2024-04-18 10:08:49 +02:00
Mirko Bunse
a64620c377
Dataset.reduce() allows to fix the random_state to have reproducible unit tests. This is required to ensure that the expected hyper-parameters are always chosen, independent of randomness
2024-04-17 14:46:37 +02:00
Mirko Bunse
72b43bd2f8
Omit large datasets (LeQua, IFCB) during CI to avoid overful memory of GitHub Actions runners
2024-04-17 13:46:59 +02:00
Mirko Bunse
69b8327fe9
Remove an erroneous import in the unit tests and add extra test dependencies.
2024-04-17 11:44:23 +02:00
Alejandro Moreo Fernandez
db6ff4ab9e
refactored unittests
2024-04-16 17:46:58 +02:00
Alejandro Moreo Fernandez
561b672200
updated unit tests
2024-04-16 15:12:22 +02:00
Alejandro Moreo Fernandez
9207114cfa
improving unit tests
2024-04-15 18:00:38 +02:00
Alejandro Moreo Fernandez
40cb8f78fe
pytests before release
2024-02-14 12:27:19 +01:00
Alejandro Moreo Fernandez
fcc3f8a0d9
fixing sphinx doc
2024-02-07 18:31:34 +01:00
Alejandro Moreo Fernandez
2f2e48d86a
passing pytests
2024-01-29 09:43:29 +01:00
Alejandro Moreo Fernandez
7ac834bd2c
refactoring aggregation methods
2024-01-25 14:33:41 +01:00
Alejandro Moreo Fernandez
e870d798b7
fango
2023-11-15 10:55:13 +01:00
Alejandro Moreo Fernandez
29db15ae25
added DMx and DMy, with a classmethod that returns HDx and HDy respectively
2023-11-09 18:13:54 +01:00
Alejandro Moreo Fernandez
daca2bd1cb
added MedianEstimator quantifier
2023-11-09 14:20:41 +01:00
Alejandro Moreo Fernandez
0577144de9
change-log update!
2023-11-08 09:45:28 +01:00
Alejandro Moreo Fernandez
140ab3bfc9
adding sanity check to APP, in order to prevent the user unattendedly runs into a never-endting loop of samples being generated
2023-02-22 11:57:22 +01:00
Alejandro Moreo Fernandez
9aa53db6ef
adding documentation
2023-02-14 18:04:13 +01:00
Alejandro Moreo Fernandez
49fc486c53
preparing to merge
2023-02-14 17:00:50 +01:00
Alejandro Moreo Fernandez
25a829996e
evaluation updated
2023-02-14 11:14:38 +01:00
Alejandro Moreo Fernandez
c608647475
some bug fixes here and there
2023-02-13 19:27:48 +01:00
Alejandro Moreo Fernandez
952cf5e767
fixing bugs in one-vs-all
2023-02-10 19:02:17 +01:00
Alejandro Moreo Fernandez
e28abfc362
more examples, one-vs-all fixed
2023-02-09 19:39:16 +01:00
Alejandro Moreo Fernandez
2485117f05
adding documentation and adding one new example
2023-02-08 19:06:53 +01:00
Alejandro Moreo Fernandez
ecd0ad7ec7
unit test for replicability based on qp.util.temp_seed
2022-07-11 14:00:25 +02:00
Alejandro Moreo Fernandez
f4a2a94ba5
fixing random_state in base and in protocols
2022-06-21 10:27:06 +02:00
Alejandro Moreo Fernandez
82a01478ec
collator functions in protocols for preparing the outputs
2022-06-03 18:02:52 +02:00
Alejandro Moreo Fernandez
45642ad778
lequa as dataset
2022-06-01 18:28:59 +02:00
Alejandro Moreo Fernandez
4bc9d19635
many changes, see change log
2022-05-25 19:14:33 +02:00
Andrea Esuli
79fbbd9d80
pip package
2021-05-10 13:36:35 +02:00
Andrea Esuli
32b25146c1
Tests
2021-05-10 10:26:51 +02:00