This website requires JavaScript.
Explore
Help
Sign In
moreo
/
QuaPy
Watch
1
Star
0
Fork
You've already forked QuaPy
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
d8e2f7556e
QuaPy
/
quapy
/
method
History
Alejandro Moreo Fernandez
d8e2f7556e
QuaNet added, two examples of TextClassifiers added (CNN, LSTM)
2020-12-29 20:33:59 +01:00
..
__init__.py
cleaning
2020-12-15 15:20:35 +01:00
aggregative.py
QuaNet added, two examples of TextClassifiers added (CNN, LSTM)
2020-12-29 20:33:59 +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
neural.py
QuaNet added, two examples of TextClassifiers added (CNN, LSTM)
2020-12-29 20:33:59 +01:00
non_aggregative.py
QuaNet added, two examples of TextClassifiers added (CNN, LSTM)
2020-12-29 20:33:59 +01:00