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
2001c6d852
QuaPy
/
quapy
/
method
History
Alejandro Moreo Fernandez
2001c6d852
running ensembles
2021-01-25 08:54:10 +01:00
..
__init__.py
import fixes
2021-01-15 18:32:32 +01:00
aggregative.py
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
base.py
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
meta.py
running ensembles
2021-01-25 08:54:10 +01:00
neural.py
creating checkpointdir in fit
2021-01-22 10:03:08 +01:00
non_aggregative.py
import fixes
2021-01-15 18:32:32 +01:00