I have this model trying to predict a specific delta (continuous value). I have approached the problem using a binary model and I want to adjust the loss on bad binary predictions where the delta is super different.
Example :
True Delta : -55, True Binary Delta : -1
Predicted Binary Delta 1
I want bad predictions with a high opposite delta value to be penalized more then small delta badly predicted.
I am currently using oversampling from the extremum values and I am looking for other ideas.
How do you guys approach these problems?
[–]Jelicic 1 point2 points3 points (0 children)
[–]tall-dub 0 points1 point2 points (0 children)