This website requires JavaScript.
50d886bffe
testing log scale
Pablo González
2023-01-18 13:06:38 +0100
6e910075ab
adding calibration methods from abstension package
Alejandro Moreo Fernandez
2023-01-17 13:53:48 +0100
c888346fcf
solving a bug in show_legend
Pablo González
2023-01-17 11:03:52 +0100
7bcf8b24e9
fixing bug
Pablo González
2023-01-16 17:17:02 +0100
948f63fade
updating plot to center it better
Pablo González
2023-01-16 17:00:24 +0100
8b0b9f522a
some bugfixes, unittest and minor changes
Alejandro Moreo Fernandez
2023-01-16 13:51:29 +0100
bb7a77c7c0
missing param in documentation of some protocols
Alejandro Moreo Fernandez
2022-12-13 16:57:11 +0100
c20d9d5ea4
the heuristic exact_train_prev is performed via kFCV, using a new function qp.model_selection.cross_val_predict
Alejandro Moreo Fernandez
2022-12-12 17:32:30 +0100
eb860e9678
adding the possibility to estimate the training prevalence, instead of using the true training prevalence, as a starting point in emq
Alejandro Moreo Fernandez
2022-12-12 09:34:09 +0100
643a19228b
data reader for lequa 2022 competition
Alejandro Moreo Fernandez
2022-11-28 12:02:08 +0100
fb79a29204
todos and change log
Alejandro Moreo Fernandez
2022-11-08 16:36:52 +0100
eafc82c96a
full example of training, model selection, and evaluation using the lequa2022 dataset with the new protocols
Alejandro Moreo Fernandez
2022-11-04 15:15:12 +0100
6cb9f388e0
full example of training, model selection, and evaluation using the lequa2022 dataset with the new protocols
Alejandro Moreo Fernandez
2022-11-04 15:06:08 +0100
d75b777a13
Merge branch 'protocols' of github.com:HLT-ISTI/QuaPy into protocols
Alejandro Moreo Fernandez
2022-11-04 15:04:50 +0100
f2550fdb82
full example of training, model selection, and evaluation using the lequa2022 dataset with the new protocols
Alejandro Moreo Fernandez
2022-11-04 15:04:36 +0100
a4c33a8e4d
import fix
Alejandro Moreo Fernandez
2022-10-04 17:44:16 +0200
e40c409609
bugfix in NeuralClassifierTrainer; it was only configured to work well in binary problems
Alejandro Moreo Fernandez
2022-10-04 11:03:08 +0200
8e14bbc527
Merge branch 'master' of github.com:HLT-ISTI/QuaPy
Alejandro Moreo Fernandez
2022-10-04 09:13:34 +0200
3af7c70a53
restoring the default legend in diag plot
Alejandro Moreo Fernandez
2022-10-04 09:12:51 +0200
1890e20057
Update README.md
Alejandro Moreo Fernandez
2022-08-29 12:03:03 +0200
543003f914
Merge pull request #13 from pglez82/dys_implementation
Alejandro Moreo Fernandez
2022-07-12 13:05:35 +0200
a4584b79db
changing gridsearchQ to ensure reproducibility
Pablo González
2022-07-11 16:27:02 +0200
c91961cff5
adding to __init__.py
Pablo González
2022-07-11 14:10:04 +0200
428f10fb2d
adding SMM
Pablo González
2022-07-11 14:04:28 +0200
ecd0ad7ec7
unit test for replicability based on qp.util.temp_seed
Alejandro Moreo Fernandez
2022-07-11 14:00:25 +0200
46e294002f
dys implementation
Pablo González
2022-07-11 12:21:49 +0200
f794bc5c17
repairing the plot
ediscovery
Alejandro Moreo Fernandez
2022-07-05 15:13:28 +0200
1742b75504
Merge pull request #12 from pglez82/protocols
Alejandro Moreo Fernandez
2022-06-24 14:44:50 +0200
1914b854ea
Merge branch 'HLT-ISTI:protocols' into protocols
Pablo González
2022-06-24 14:21:29 +0200
750814ef2a
fixing bug in ACC when using cross validation
Pablo González
2022-06-24 14:20:08 +0200
02dd2846ff
changing app to use prevalence_linspace function with smooth limits
Pablo González
2022-06-24 14:05:47 +0200
a4c97e0f4b
Merge pull request #11 from pglez82/protocols
Alejandro Moreo Fernandez
2022-06-23 10:25:22 +0200
cf7d37c793
removing log message
Pablo González
2022-06-21 11:07:00 +0200
8f6aa629b8
param seed changed to random_state
Alejandro Moreo Fernandez
2022-06-21 10:49:30 +0200
cef20d8b32
Merge branch 'protocols' of github.com:HLT-ISTI/QuaPy into protocols
Alejandro Moreo Fernandez
2022-06-21 10:27:12 +0200
f4a2a94ba5
fixing random_state in base and in protocols
Alejandro Moreo Fernandez
2022-06-21 10:27:06 +0200
cf0bd14cf1
bug fix in covariate shift protocol
Alejandro Moreo Fernandez
2022-06-17 12:51:52 +0200
c0c37f0a17
return type in covariate protocol
Alejandro Moreo Fernandez
2022-06-16 16:54:15 +0200
a7c768bb40
param fix
Alejandro Moreo Fernandez
2022-06-16 16:38:34 +0200
c795404e7f
import fix
Alejandro Moreo Fernandez
2022-06-15 16:54:42 +0200
789b9d5fbc
pathfix in lequa2022 datasets
Alejandro Moreo Fernandez
2022-06-15 14:36:02 +0200
2cc7db60cc
updating parallel policy to take n_jobs from environment (not yet tested)
Alejandro Moreo Fernandez
2022-06-14 09:35:39 +0200
82a01478ec
collator functions in protocols for preparing the outputs
Alejandro Moreo Fernandez
2022-06-03 18:02:52 +0200
bfe4b8b51a
updating properties of labelled collection
Alejandro Moreo Fernandez
2022-06-03 13:51:22 +0200
45642ad778
lequa as dataset
Alejandro Moreo Fernandez
2022-06-01 18:28:59 +0200
eba6fd8123
optimization conditional in the prediction function
Alejandro Moreo Fernandez
2022-05-26 17:59:23 +0200
4bc9d19635
many changes, see change log
Alejandro Moreo Fernandez
2022-05-25 19:14:33 +0200
46e3632200
ongoing protocols
Alejandro Moreo Fernandez
2022-05-23 00:20:08 +0200
b453c8fcbc
first commit protocols
Alejandro Moreo Fernandez
2022-05-20 16:48:46 +0200
cbe3f410ed
updating diagonal plot legend
Alejandro Moreo Fernandez
2022-05-20 11:52:59 +0200
6a5c528154
Merge branch 'master' of github.com:HLT-ISTI/QuaPy
Alejandro Moreo Fernandez
2022-05-19 13:43:57 +0200
fd339839a5
removing redundant code
Alejandro Moreo Fernandez
2022-05-19 13:43:32 +0200
9f4a9cb3fd
Merge branch 'master' of github.com:HLT-ISTI/QuaPy
Alejandro Moreo Fernandez
2022-04-12 17:23:39 +0200
524ec37f83
sample_size can now be set to None to indicate that the value has to be resolved by inspecting the environment variable SAMPLE_SIZE
Alejandro Moreo Fernandez
2022-04-12 17:13:38 +0200
be7a126c94
update todo things
Alejandro Moreo Fernandez
2022-04-07 16:48:31 +0200
85abaf2ba2
scripts using QuaPy
Alejandro Moreo Fernandez
2022-03-31 18:46:56 +0200
b4c3e57343
preparing fine tunning experiments with roberta
Alejandro Moreo Fernandez
2022-03-24 17:29:54 +0100
464bd60c7c
generating features from RoBERTa, testing them on Amazons data
Alejandro Moreo Fernandez
2022-03-16 19:12:45 +0100
fa577abdd2
merging from pool request and adding documentation
Alejandro Moreo Fernandez
2022-03-15 14:16:37 +0100
d949c77317
generating BERT outputs for textual documents
Alejandro Moreo Fernandez
2022-03-15 14:01:40 +0100
de9d5aaf5b
Merge branch 'master' of github.com:HLT-ISTI/QuaPy
Alejandro Moreo Fernandez
2022-03-14 16:43:03 +0100
8ee5e499f5
bugfix when the number of positive elemnts for one of the classes is 0
Alejandro Moreo Fernandez
2022-03-14 16:42:41 +0100
ad64dfe2a0
adding sample_weight to ordinal-aware classifiers
Alejandro Moreo Fernandez
2022-03-10 18:28:49 +0100
b2e161480e
table generation
Alejandro Moreo Fernandez
2022-03-10 13:32:53 +0100
5df355a4e1
regression-based adjustment using the validation set; seems to be working
Alejandro Moreo Fernandez
2022-03-08 18:24:30 +0100
b982a51103
trying ordinal classification
Alejandro Moreo Fernandez
2022-03-08 16:27:41 +0100
f285e936ad
first experiments
Alejandro Moreo Fernandez
2022-03-03 18:33:27 +0100
c63325e364
script for genearting the datasets
Alejandro Moreo Fernandez
2022-03-03 14:40:11 +0100
29993386ae
plotting y distributions over time
Alejandro Moreo Fernandez
2022-02-23 15:29:39 +0100
9053ae34a6
merged
Alejandro Moreo Fernandez
2022-02-17 11:21:39 +0100
8a48f679a7
trying to create a quantifier that applies local adjustment conditioned on the posterior probabilities, which is not working
Alejandro Moreo Fernandez
2022-02-15 18:24:45 +0100
31fb154e01
updates
Alejandro Moreo Fernandez
2022-02-14 09:48:21 +0100
6104a88ba0
Merge pull request #9 from pglez82/master
Alejandro Moreo Fernandez
2022-02-14 09:34:01 +0100
2fde7921d4
updating comments
Pablo González
2022-02-11 14:33:00 +0100
1b1f41dc28
trying to understand the poor performance of quantifiers with rel sampling
Alejandro Moreo Fernandez
2022-02-03 11:00:25 +0100
5e1d59687f
fisrt commit, lets put here some code for ordinal quantification
Alejandro Moreo Fernandez
2022-01-27 12:41:32 +0100
6ea627449c
adding hist plot
Alejandro Moreo Fernandez
2022-01-26 19:04:13 +0100
4d4cf6eb3f
region-based method
Alejandro Moreo Fernandez
2022-01-21 09:53:10 +0100
3aed410722
going into region quantification
Alejandro Moreo Fernandez
2022-01-21 09:46:30 +0100
14dbfb567b
some little refactor
Alejandro Moreo Fernandez
2022-01-19 19:55:05 +0100
11319ffd0e
adding bash scripts for rapid tests
Alejandro Moreo Fernandez
2022-01-19 19:36:25 +0100
d3b48f219b
adding functions.py
Alejandro Moreo Fernandez
2022-01-19 10:39:00 +0100
a3a5bd8da0
more testing
Alejandro Moreo Fernandez
2022-01-19 09:53:07 +0100
833476ebf8
refactoring main, argparse, etc
Alejandro Moreo Fernandez
2022-01-17 17:57:14 +0100
b051ed4781
mixing relevance and uncertainty sampling
Alejandro Moreo Fernandez
2022-01-14 20:17:21 +0100
47b71bd5f2
adding dynamic plot
Alejandro Moreo Fernandez
2022-01-14 11:52:03 +0100
785533f74a
plots update
classweight
Alejandro Moreo Fernandez
2022-01-14 10:02:36 +0100
ba18d00334
trying to figure out how to refactor protocols meaninguflly
Alejandro Moreo Fernandez
2021-12-20 11:39:44 +0100
cfdf2e35bd
cleaning stuff from LeQua2022 branch
Alejandro Moreo Fernandez
2021-12-15 16:57:13 +0100
e64a6e989a
Merge branch 'master' of github.com:HLT-ISTI/QuaPy
Alejandro Moreo Fernandez
2021-12-15 16:50:22 +0100
731cf7fdec
updating readme to point to the API doc
Alejandro Moreo Fernandez
2021-12-15 16:43:49 +0100
4120a03806
updating readme to point to the API doc
Alejandro Moreo Fernandez
2021-12-15 16:43:14 +0100
164f7d8d5c
documenting quanet
Alejandro Moreo Fernandez
2021-12-15 16:39:57 +0100
9cf9c73824
adding documentation for ensembles
Alejandro Moreo Fernandez
2021-12-15 15:46:15 +0100
3835f89e9d
adding documentation
Alejandro Moreo Fernandez
2021-12-15 15:27:43 +0100
5deb92b457
update doc
Alejandro Moreo Fernandez
2021-12-07 17:16:39 +0100
2bd47f0841
updating the documentation
Alejandro Moreo Fernandez
2021-12-06 18:25:47 +0100
13fc48ecca
negative results so far
Alejandro Moreo Fernandez
2021-12-06 10:29:46 +0100
1f591ec105
unifying load document functions (labelled/unlabelled)
Alejandro Moreo Fernandez
2021-12-01 12:32:38 +0100
671ef1efea
first commit
Alejandro Moreo Fernandez
2021-11-30 15:55:32 +0100