ghpaetzold / questplusplus

Pipelined quality estimation.
49 stars 14 forks source link

Undocumented parameter 'ref_thd' #26

Open bittlingmayer opened 8 years ago

bittlingmayer commented 8 years ago

If I run SVR (python src/learn_model.py config/svr.cfg), I see an error at the end of the output:

ERROR:root:No ref thd defined

This parameter is undocumented: https://github.com/ghpaetzold/questplusplus/search?utf8=%E2%9C%93&q=No+ref+thd+defined

Any hints?

carolscarton commented 8 years ago

Hi, I checked with the person that developed this code and he said this part was included afterwards, by someone else (that apparently did not include documentation).

According to him, this parameter is used as a threshold for regression methods, in order to use classification evaluation metrics (for example, f-measure). This parameter can be informed in the config file (config/svr.cfg).