QuaPy/quapy/method
Alejandro Moreo Fernandez 7bed93dcbf added model selection for quantification 2020-12-22 17:43:23 +01:00
..
__init__.py cleaning 2020-12-15 15:20:35 +01:00
aggregative.py added model selection for quantification 2020-12-22 17:43:23 +01:00
base.py refactoring aggregative methods as methods that not only implement 'classify' and 'quantify', but that also implement 'aggregate' and that, by default, have a default implementation of 'quantify' as a pipeline of 'classify' and 'aggregate'; this helps speeding up evaluations A LOT, since the documents can be pre-classified and the samples are carried out across pre-classified values (labels, or posterior probabilities), and thus only aggregate is called many times within the artificial sampling protocol 2020-12-11 19:28:17 +01:00
non_aggregative.py many aggregative methods added 2020-12-03 18:12:28 +01:00