Read Prediction Result File
Arguments
- file
full path to prediction result file (predict<n>.txt) with <n> being the strategy number
- sep
column separator, default: ";"
- stringsAsFactors
if
TRUE
character columns will appear as factors in the result, passed todata.frame
. The default isFALSE
.