Removing evaluation metrics #83
-
The default evaluation metrics, metrics:
# layout metrics
# Specified symbols shall be located within the leftmost "n" columns of the left hand
shortcut_keys:
enabled: false
weight: 0.35
normalization:
type: fixed
value: 1.0
params:
# symbols that shall be considered "shortcut keys"
shortcut_chars: cvx
cost: 1.0
within_n_leftmost_cols: 5
... If I try to prune the config and use: metrics:
shortcut_keys:
enabled: false
I get an error, as the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If the section corresponding to a metric is completely removed in the config file, that metric will not be computed. |
Beta Was this translation helpful? Give feedback.
It appears, I was mistaken in the previous answer. It is possible to simply remove complete sections (i.e. metrics) from the config file. These are then NOT computed and DO NOT affect the score.