User got error below when selecting kfold mode. Ultimately the error was caused by an extra space within the `fold_num` parameter. ``` "Unknown mode 'kfold'" ``` Config file parsing error should give a more usable error message.