My data contains some skewed features, and also the response variable (sale price) is also skewed.
Log transforming all relevant features and the response variable is good enough and 'fixes' the skew.
Questions are:
Should I indeed also log-transform my response variable?
After building my model using the log-transformed training set (e.g. Linear regression model), when wanting to use it to predict Sale Price response variable for a test set, I should log-transform all relevant features in there as well? I think not, but not sure.