1
0
Fork 0
QuaPy/quapy
Alejandro Moreo Fernandez 301e8b9088 adding uci ml datasets 2021-01-25 18:38:56 +01:00
..
classification quapy fixed 2021-01-22 09:58:12 +01:00
data adding uci ml datasets 2021-01-25 18:38:56 +01:00
method parallel in threading mode (another) 2021-01-25 16:46:59 +01:00
__init__.py qp.environment was not reachable within Parallel processes; changing backend to threading 2021-01-25 09:58:39 +01:00
error.py qp.environment was not reachable within Parallel processes; changing backend to threading 2021-01-25 09:58:39 +01:00
evaluation.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
functional.py import fixes 2021-01-15 18:32:32 +01:00
model_selection.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
plot.py import fixes 2021-01-15 18:32:32 +01:00
util.py import fixes 2021-01-15 18:32:32 +01:00