I want to do a linear regression.
My features are something like this:
Marketcap EBIT Margin Price to Book Ratio EPS Growth
5.589918e+08 23.05 8.71 7.16
5.572475e+08 65.00 9.68 - 18.44
8.639290e+09 7.8 12.74 - 55.00
I do have to scale the features when doing linear regression, especially when they have such a different scale like Marketcap and the other features, right?
Whats with the negative values of EPS Growth? Whats the best way to perform a feature scaling in this example?