say y is non-negative and continuous, I want to do regression on y=beta_0 + beta_1*x
then if I do prediction there would be some negative prediction, which is not valid.
What is the best way to fit the linear relationship between y and x?
(I know one simple way is to do log-transformation before regression, but I did some testing and found that the performance in natural scale is much better than log scale).