I have a formula with 3 coefficients: a + 0.5x1 + 0.6x2 + 0.8*x3 = y_predicted
My Target 'y_target' and 'y_predicted' have a bias that I want to minimise.
How to I find a new set of parameters the would minimise that bias?
I have a formula with 3 coefficients: a + 0.5x1 + 0.6x2 + 0.8*x3 = y_predicted
My Target 'y_target' and 'y_predicted' have a bias that I want to minimise.
How to I find a new set of parameters the would minimise that bias?