Commit Graph

110 Commits

Author SHA1 Message Date
Alejandro Moreo Fernandez 912731d4eb import fix 2025-10-03 13:05:18 +02:00
Alejandro Moreo Fernandez 8adcc33c59 merged 2025-10-03 11:00:06 +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 265fcc2d92 tests passed; working on examples 2025-07-13 14:27:14 +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 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 075be93a23 refactoring w/o labelled collection 2025-04-20 22:05:46 +02:00
Lorenzo Volpi 82fe293d3f fixed read_csv call for deprecation 2024-10-30 14:01:41 +01:00
Alejandro Moreo Fernandez 55c62a9dd2 adding name to datasets un fetch_UCIMulticlassDataset 2024-09-16 13:22:36 +02:00
Alejandro Moreo Fernandez e580e33b83 removing the warning supression in datasets 2024-08-22 18:11:47 +02:00
Alejandro Moreo Fernandez 13beb45274 import fix 2024-07-23 16:18:02 +02:00
Alejandro Moreo Fernandez 73d53820c2 import fix 2024-07-23 16:07:24 +02:00
Alejandro Moreo Fernandez 3f20aa06b1 adding standardization for the uci datasets, binary and multi, which is by default set to True 2024-07-23 15:46:05 +02:00
Alejandro Moreo Fernandez 89d02043be merging from pull request uci binary 2024-07-20 17:08:56 +02:00
Alejandro Moreo Fernandez 9a7e50f6c5 Merge branch 'devel' of github.com:lorenzovolpi/QuaPy into lorenzovolpi-devel 2024-07-20 16:55:05 +02:00
Lorenzo Volpi b543857c08 fix UCI multiclass features 2024-07-12 18:03:42 +02:00
Alejandro Moreo Fernandez 5da9fa0b09 adding lequa2024 datasets and example 4b 2024-07-12 09:41:40 +02:00
Alejandro Moreo Fernandez b4571d96c7 bugfix in preprocessing standardize 2024-07-10 16:58:01 +02:00
Alejandro Moreo Fernandez 2034845988 allow max_train_instances be deactivated in UCI multiclass datasets 2024-07-10 10:45:03 +02:00
Lorenzo Volpi 8237c121de UCI binary fetch function rewritten using UCI python api 2024-07-02 16:08:55 +02:00
Alejandro Moreo Fernandez 9ad36ef008 cleaning examples and adding basic example 2024-05-29 14:24:03 +02:00
Alejandro Moreo Fernandez 8517338765
Merge branch 'devel' into ucimulti 2024-04-29 17:58:06 +02:00
Lorenzo Volpi 19524f9aa8 ucimulti datasets removed, cleaning 2024-04-29 17:36:13 +02:00
Lorenzo Volpi 498fd8b050 datasets removed from ucimulti 2024-04-24 17:23:01 +02:00
Lorenzo Volpi f74b048e2d uci_multi dataset removed 2024-04-24 15:20:14 +02:00
Lorenzo Volpi ecfc175622 datasets removed, debug output added 2024-04-23 16:30:17 +02:00
Alejandro Moreo Fernandez e6f380dc5f update changelog 2024-04-18 09:38:33 +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
Alejandro Moreo Fernandez 561b672200 updated unit tests 2024-04-16 15:12:22 +02:00
Alejandro Moreo Fernandez e0b80167b9 added max_train_instances to fetch_UCIMulticlassLabelledCollection 2024-04-12 18:24:12 +02:00
Alejandro Moreo Fernandez 4abec6629b integrating more uci-multiclass datasets 2024-04-12 18:08:00 +02:00
Alejandro Moreo Fernandez 3095d7092c Merge branch 'ucimulti' of github.com:lorenzovolpi/QuaPy into lorenzovolpi-ucimulti 2024-04-12 13:36:38 +02:00
Alejandro Moreo Fernandez b53d417240 merged 2024-04-12 13:35:13 +02:00
Lorenzo Volpi f69fca32b4 Added UCI multiclass datasets; added filter for min instances per class to UCI multiclass datasets 2024-04-11 20:08:52 +02:00
Alejandro Moreo Fernandez 75af15ae4a force all samples be with replacement in base.LabelledCollection, irrespective of the sample size requested 2024-02-28 08:46:54 +01:00
Alejandro Moreo Fernandez 7705c92c8c fixing ifcb and documenting 2024-02-12 12:39:18 +01:00
Alejandro Moreo Fernandez a8230827e2 testing IFCB dataset 2024-02-08 14:33:22 +01:00
Alejandro Moreo Fernandez 3c28a75b8c merging conflicts I didn see 2024-02-07 18:51:06 +01:00
Alejandro Moreo Fernandez a97978b85d merged 2024-02-07 18:45:42 +01:00
Alejandro Moreo Fernandez fcc3f8a0d9 fixing sphinx doc 2024-02-07 18:31:34 +01:00
Alejandro Moreo Fernandez 76cf784844 added HDx and an example comparing HDy vs HDx 2023-11-08 15:34:17 +01:00
Alejandro Moreo Fernandez 8a6579428b implementing the 'total' function of IFCB protocols 2023-11-08 11:31:33 +01:00
Alejandro Moreo Fernandez f18bce5f80 added dataset IFCB plankton 2023-11-08 11:07:47 +01:00
Alejandro Moreo Fernandez 3d4ffcea62 merging cross-val fix 2023-11-08 10:00:25 +01:00
Alejandro Moreo Fernandez e71f82105e doc fix for LeQua2022 2023-10-30 09:47:01 +01:00
Alejandro Moreo Fernandez b36fda5f10 adding plankton 2023-10-24 11:54:19 +02:00
Alejandro Moreo Fernandez ea71559722 revised 2023-10-18 17:50:46 +02:00
pglez82 ffab2131a8 fixing requests 2023-10-18 14:12:40 +02:00