machineJS icon indicating copy to clipboard operation
machineJS copied to clipboard

give the "un-log" of predicted values for regression problems if relevant

Open ClimbsRocks opened this issue 10 years ago • 0 comments

data-formatter is going to start taking the log of regression values in most cases.

when making final predictions, un-log the values

when making stage 0 predictions, modify the output column to say "log(OUTPUT_HEADER_NAME)", to make it clear to everyone that in order for these predictions to be useful, you must un-log them. otherwise, they're intended for ensembler to use

ClimbsRocks avatar Nov 29 '15 01:11 ClimbsRocks