This website requires JavaScript.
Explore
Help
Sign In
lorenzo.volpi
/
QuaPy
forked from
moreo/QuaPy
Watch
1
Star
0
Fork
You've already forked QuaPy
0
Code
Pull Requests
Activity
7d6f523e4b
QuaPy
/
quapy
/
method
History
Alejandro Moreo Fernandez
71949e9a03
cleaning
2020-12-15 15:20:35 +01:00
..
__init__.py
cleaning
2020-12-15 15:20:35 +01:00
aggregative.py
cleaning
2020-12-15 15:20:35 +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