The profiler is doing it's job - helping you interpret the behaviour of your model. So if the predictions are not meaningful, thats a problem with your model, not the profiler.
One possible solution is to change the response of the model from Y to Log(Y) ... select the transform option in the model dialog.
There are other transformations that might be more appropriate e.g. if you have percentage data.
-Dave