In EvalNormUDF.java, it will append segement column with index. We need to do same thing like this PR: https://github.com/ShifuML/shifu/pull/741 ``` Map<NSColumn, String> rawDataNsMap = CommonUtils.convertDataIntoNsMap(input, this.headers, this.segFilterSize); ```