QuaPy/quapy/method
Alejandro Moreo Fernandez bf33c134fc
Update _kdey.py
fix in KDEy: makes the method robust to cases in which the number of positives for any class is smaller than the number k of folds. In such cases, the kde for that class is created from the uniform prevalence vector
2024-04-19 14:23:35 +02:00
..
__init__.py updated unit tests 2024-04-16 15:12:22 +02:00
_bayesian.py merging BayesianCC implemented by Pawel Czyz 2024-03-15 16:24:45 +01:00
_kdey.py Update _kdey.py 2024-04-19 14:23:35 +02:00
_neural.py fixing sphinx doc 2024-02-07 18:31:34 +01:00
_threshold_optim.py updated unit tests 2024-04-16 15:12:22 +02:00
aggregative.py updated unit tests 2024-04-16 15:12:22 +02:00
base.py updated unit tests 2024-04-16 15:12:22 +02:00
meta.py passing pytests 2024-01-29 09:43:29 +01:00
non_aggregative.py merging BayesianCC implemented by Pawel Czyz 2024-03-15 16:24:45 +01:00