forked from moreo/QuaPy
Merge branch 'lequa2022' of github.com:HLT-ISTI/QuaPy into lequa2022
This commit is contained in:
commit
badf1ced62
|
@ -61,22 +61,6 @@ for model in scores:
|
||||||
print(f'{model}\t{scores[model][sample_set]["mae"]:.4f}\t{scores[model][sample_set]["mrae"]:.4f}')
|
print(f'{model}\t{scores[model][sample_set]["mae"]:.4f}\t{scores[model][sample_set]["mrae"]:.4f}')
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
test:
|
|
||||||
CC 0.1859 1.5406
|
|
||||||
ACC 0.0453 0.2840
|
|
||||||
PCC 0.1793 1.7187
|
|
||||||
PACC 0.0287 0.1494
|
|
||||||
EMQ 0.0225 0.1020
|
|
||||||
HDy 0.0631 0.2307
|
|
||||||
|
|
||||||
validation
|
|
||||||
CC 0.1862 1.9587
|
|
||||||
ACC 0.0394 0.2669
|
|
||||||
PCC 0.1789 2.1383
|
|
||||||
PACC 0.0354 0.1587
|
|
||||||
EMQ 0.0224 0.0960
|
|
||||||
HDy 0.0467 0.2121
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue