Question asked: Fit a linear model on $y,x$ where $y=\exp x$.
I replied: Take $\log$ on both sides then fit $\log y$ vs $x$. Get $y_{pred}$ then take exponential of $y_{pred}$ to get corresponding $y$ value. Interviewer said something is missing in conversion of $y_{pred}$ to $y$. I am not able to find it.
Can somebody help me in understanding that?