What is the correct way to use linear regression with original dataset if it was trained on the normalized one?
My task was to create a linear regression on the z-score normalized data set, where
Then I tried to use normalized weights on the original dataset but faced some difficulties:
So my question is how can this be fixed? My closest attempt was to use such scaling:
from Recent Questions - Stack Overflow https://ift.tt/3jAPDBx
https://ift.tt/2VtcY0d
Comments
Post a Comment