Commit Graph

512 Commits

Author SHA1 Message Date
Alejandro Moreo Fernandez 8891626b72 merging from bunse devel 2025-10-03 13:59:03 +02:00
Alejandro Moreo Fernandez 912731d4eb import fix 2025-10-03 13:05:18 +02:00
Alejandro Moreo Fernandez c26c463f3d updated manuals 2025-10-03 13:00:59 +02:00
Alejandro Moreo Fernandez 8adcc33c59 merged 2025-10-03 11:00:06 +02:00
Alejandro Moreo Fernandez 7a0cf2c5a2 adding example with pre-trained classifier 2025-10-02 17:12:15 +02:00
Alejandro Moreo Fernandez b7931cf01a adding example with pre-trained classifier 2025-10-02 16:19:10 +02:00
Alejandro Moreo Fernandez 24ab704661 all examples but 15 (qunfold) properly working 2025-10-01 17:41:36 +02:00
Alejandro Moreo Fernandez edbc8bc201 clean 2025-10-01 10:26:57 +02:00
Alejandro Moreo Fernandez 636e33318f cleaning examples 2025-09-26 15:29:02 +02:00
Alejandro Moreo Fernandez 3c16536b3d cleaning examples 2025-09-26 15:22:41 +02:00
Alejandro Moreo Fernandez bf71aecf91 added custom collection example and repr functions for labelled collection and dataset 2025-09-26 12:19:45 +02:00
Alejandro Moreo Fernandez 99c1755c81 improving plots 2025-09-25 13:18:35 +02:00
Alejandro Moreo Fernandez 92f1fd2020 cleaning basic 2025-07-19 19:38:14 +02:00
Mirko Bunse 208599003d Reflect the adaptation of the qunfold wrapper also in the documentation 2025-07-17 10:56:50 +02:00
Mirko Bunse 1612b5124c Adapt the qunfold wrapper for composable methods to the changes between version 1.4 and the upcoming version 1.5 2025-07-16 15:17:38 +02:00
Alejandro Moreo Fernandez 265fcc2d92 tests passed; working on examples 2025-07-13 14:27:14 +02:00
Alejandro Moreo Fernandez c045525075 todo update 2025-07-08 14:35:19 +02:00
Alejandro Moreo Fernandez 24a91b6e9b going through examples, currently working on second one 2025-06-15 14:57:40 +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 960ca5076e refactoring no labelled collection and other improvements in EMQ 2025-04-23 12:25:05 +02:00
Alejandro Moreo Fernandez 5738821d10 refactoring w/o labelled collection 2025-04-20 22:09:18 +02:00
Alejandro Moreo Fernandez 075be93a23 refactoring w/o labelled collection 2025-04-20 22:05:46 +02:00
Alejandro Moreo Fernandez 3129187df8 Merge branch 'devel' of github.com:HLT-ISTI/QuaPy into devel 2024-12-04 10:09:42 +01:00
Alejandro Moreo Fernandez e876e5539c
Merge pull request #43 from lorenzovolpi/ucibin
fixed read_csv call for deprecation
2024-12-04 10:08:28 +01:00
Alejandro Moreo Fernandez 8876d311e7 working on SCMQ, MCSQ, MCMQ ensembles 2024-12-02 17:39:06 +01:00
Alejandro Moreo Fernandez c8235ddb2a improving conf regions docs 2024-12-02 12:03:15 +01:00
Alejandro Moreo Fernandez c79b76516c repair unittest 2024-11-29 18:23:47 +01:00
Alejandro Moreo Fernandez 8c01e0927f repair unittest 2024-11-29 18:21:29 +01:00
Alejandro Moreo Fernandez 2728dfbaa6 bayesian cc now inherits from the new abstract class WithConfidenceABC, just like AggregativeBootstrap 2024-11-29 18:15:09 +01:00
Alejandro Moreo Fernandez a0c84c5510 documented confidence.py 2024-11-29 13:46:46 +01:00
Alejandro Moreo Fernandez ce4c0006d5 solving unit tests 2024-11-29 11:09:15 +01:00
Alejandro Moreo Fernandez 1c733f3d77 Merge branch 'devel' of github.com:HLT-ISTI/QuaPy into devel 2024-11-29 10:57:14 +01:00
Alejandro Moreo Fernandez 20343920dc adding confidence regions with bootstrap 2024-11-28 18:19:25 +01:00
Alejandro Moreo Fernandez ea92c45405 bugfix in bayesian cc, merged 2024-11-27 17:45:40 +01:00
Alejandro Moreo Fernandez 68d2f84de3 bugfix in bayesian method; float conversion was needed 2024-11-27 17:43:22 +01:00
Alejandro Moreo Fernandez b59d8cbc9e bugfix in save text util 2024-11-22 11:51:14 +01:00
Alejandro Moreo Fernandez e6ae1e7d77 bugfix in protocols, return_type='index' not working 2024-11-19 16:00:03 +01:00
Lorenzo Volpi 82fe293d3f fixed read_csv call for deprecation 2024-10-30 14:01:41 +01:00
Alejandro Moreo Fernandez 24c28edfd9 adding scmq 2024-10-16 16:00:23 +02:00
Alejandro Moreo Fernandez a271fe1231
Merge pull request #42 from mirkobunse/devel
Fix PyPI: replace the direct extra dependency quapy[composable] with documentation on how to install through git
2024-09-17 10:57:10 +02:00
Mirko Bunse 5e2fc07fc5 Merge remote-tracking branch 'fork-origin/master' into devel 2024-09-17 10:49:39 +02:00
Mirko Bunse 73755b73e8 Merge remote-tracking branch 'fork-origin/devel' into devel 2024-09-17 10:49:32 +02:00
Mirko Bunse db8a870495 Instruct the user how to install qunfold in the case of an unsuccessful import 2024-09-17 10:48:53 +02:00
Alejandro Moreo Fernandez b485205c7c cleaning dir KDEy 2024-09-17 10:39:39 +02:00
Mirko Bunse 9be729386a Fix PyPI: replace the direct extra dependency quapy[composable] with documentation on how to install through git 2024-09-17 10:19:26 +02:00