Alejandro Moreo Fernandez
|
eb9a3dde2a
|
grid search almost complete
|
2023-11-21 18:59:36 +01:00 |
Alejandro Moreo Fernandez
|
6663b4c91d
|
context timeout
|
2023-11-20 22:05:26 +01:00 |
Alejandro Moreo Fernandez
|
f785a4eeef
|
model selection with error handling
|
2023-11-16 19:56:30 +01:00 |
Alejandro Moreo Fernandez
|
513c78f1f3
|
model seletion in two levels, classifier oriented and quantifier oriented
|
2023-11-16 14:29:34 +01:00 |
Alejandro Moreo Fernandez
|
e870d798b7
|
fango
|
2023-11-15 10:55:13 +01:00 |
Lorenzo Volpi
|
5c7fbb2554
|
cross_val_predict fix added
|
2023-11-06 02:00:06 +01:00 |
Lorenzo Volpi
|
13fe531e12
|
fix added for cross_val_predict
|
2023-11-06 01:58:36 +01:00 |
Lorenzo Volpi
|
51c3d54aa5
|
fix added for len of a LabelledCollection
|
2023-11-06 01:53:52 +01:00 |
Alejandro Moreo Fernandez
|
67906f6f2d
|
adding uci_experiments to examples folder
|
2023-03-23 15:46:03 +01:00 |
Alejandro Moreo Fernandez
|
49fc486c53
|
preparing to merge
|
2023-02-14 17:00:50 +01:00 |
Alejandro Moreo Fernandez
|
952cf5e767
|
fixing bugs in one-vs-all
|
2023-02-10 19:02:17 +01:00 |
Alejandro Moreo Fernandez
|
2485117f05
|
adding documentation and adding one new example
|
2023-02-08 19:06:53 +01:00 |
Alejandro Moreo Fernandez
|
f9a199d859
|
fixing hyperparameters with prefixes, and replacing learner with classifier in aggregative quantifiers
|
2023-01-27 18:13:23 +01:00 |
Alejandro Moreo Fernandez
|
c20d9d5ea4
|
the heuristic exact_train_prev is performed via kFCV, using a new function qp.model_selection.cross_val_predict
|
2022-12-12 17:32:30 +01:00 |
Pablo González
|
a4584b79db
|
changing gridsearchQ to ensure reproducibility
|
2022-07-11 16:27:02 +02:00 |
Alejandro Moreo Fernandez
|
c795404e7f
|
import fix
|
2022-06-15 16:54:42 +02:00 |
Alejandro Moreo Fernandez
|
2cc7db60cc
|
updating parallel policy to take n_jobs from environment (not yet tested)
|
2022-06-14 09:35:39 +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 |
Alejandro Moreo Fernandez
|
ba18d00334
|
trying to figure out how to refactor protocols meaninguflly
|
2021-12-20 11:39:44 +01:00 |
Alejandro Moreo Fernandez
|
8368c467dc
|
adapting new format
|
2021-11-26 10:57:49 +01:00 |
Alejandro Moreo Fernandez
|
7468519495
|
testing baselines for lequa
|
2021-11-24 11:20:42 +01:00 |
Alejandro Moreo Fernandez
|
3eb760901f
|
doc update, official baselines for T1A and T1B refactored
|
2021-11-12 14:30:02 +01:00 |
Alejandro Moreo Fernandez
|
611d080ca6
|
format fix
|
2021-11-09 15:44:57 +01:00 |
Alejandro Moreo Fernandez
|
238a30520c
|
adapting everything to the new format
|
2021-11-08 18:01:49 +01:00 |
Alejandro Moreo Fernandez
|
a7e87e41f8
|
GridSearchQ adapted to work with generator functions and integrated for the baselines of LeQua2022; some tests with SVD
|
2021-10-26 18:41:10 +02:00 |
Alejandro Moreo Fernandez
|
8239947746
|
refit=True default value in GridSearchQ
|
2021-06-16 13:53:54 +02:00 |
Alejandro Moreo Fernandez
|
294e251450
|
bugfix when refit=False in model selection
|
2021-06-16 13:23:44 +02:00 |
Alejandro Moreo Fernandez
|
be2f54de9c
|
renaming functions to match the app and npp nomenclature; adding npp as an option for GridSearchQ
|
2021-06-16 11:45:40 +02:00 |
Andrea Esuli
|
bfbfe08116
|
Added classes_ property to all quantifiers.
|
2021-05-04 17:09:13 +02:00 |
Alejandro Moreo Fernandez
|
ca4c344c55
|
imports fix
|
2021-03-19 17:34:09 +01:00 |
Alejandro Moreo Fernandez
|
a2ec72496a
|
adding eval_budget to evaluation functions
|
2021-02-09 11:48:16 +01:00 |
Alejandro Moreo Fernandez
|
e609c262b4
|
parallel functionality added to quapy in order to allow for multiprocess parallelization (and not threading) handling quapy's environment variables
|
2021-01-27 09:54:41 +01:00 |
Alejandro Moreo Fernandez
|
03cf73aff6
|
refactor: methods requiring a val_split can now declare a default value in the __init__ method that will be used in case the fit method is called without specifying the val_split, which now is by default None in the fit, i.e., by default takes the value of the init, that is generally set to 0.4; some uci datasets added; ensembles can now be optimized for quantification, and can be trained on samples of smaller size
|
2021-01-22 18:01:51 +01:00 |
Alejandro Moreo Fernandez
|
bf1cc74ba1
|
quapy fixed
|
2021-01-22 09:58:12 +01:00 |
Alejandro Moreo Fernandez
|
482e4453a8
|
refactor of ensembles, launching EPACC with Ptr policy
|
2021-01-19 18:26:40 +01:00 |
Alejandro Moreo Fernandez
|
b30c40b7a0
|
some refactor made in order to accomodate OneVsAll to operate with aggregative probabilistic quantifiers; launching OneVsAll(HDy)
|
2021-01-18 16:52:19 +01:00 |
Alejandro Moreo Fernandez
|
5e64d2588a
|
import fixes
|
2021-01-15 18:32:32 +01:00 |
Alejandro Moreo Fernandez
|
865dafaefc
|
setting a timeout for model_selection combinations in order to prevent some combinations to stuck the model selection
|
2021-01-15 17:42:19 +01:00 |
Alejandro Moreo Fernandez
|
3c5a53bdec
|
testing quapy via replicating Tweet Quantification experiments
|
2021-01-12 17:39:00 +01:00 |
Alejandro Moreo Fernandez
|
2ec3400d15
|
adding tweet sent quant experiments
|
2021-01-11 18:31:12 +01:00 |
Alejandro Moreo Fernandez
|
326a8ab803
|
added Ensemble methods (methods ALL, ACC, Ptr, DS from Pérez-Gallego et al 2017 and 2019) and some UCI ML datasets used in those articles (only 5 datasets out of 32 they used)
|
2021-01-06 14:58:29 +01:00 |
Alejandro Moreo Fernandez
|
d8e2f7556e
|
QuaNet added, two examples of TextClassifiers added (CNN, LSTM)
|
2020-12-29 20:33:59 +01:00 |
Alejandro Moreo Fernandez
|
3ec711c96e
|
model selection for quantification added
|
2020-12-23 11:14:35 +01:00 |