Open bittlingmayer opened 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).
If I run SVR (
python src/learn_model.py config/svr.cfg
), I see an error at the end of the output:This parameter is undocumented: https://github.com/ghpaetzold/questplusplus/search?utf8=%E2%9C%93&q=No+ref+thd+defined
Any hints?