1

My task was to create a linear regression on the z-score normalized data set, where

X_changed=(X−μ)/σ

So this is my result result

Then I tried to use normalized weights on the original dataset but faced some difficulties:

broken

So my question is how can this be fixed? My closest attempt was to use such scaling: my scaling

Don't know is this valid enough

Jody Klymak
  • 4,979
  • 2
  • 15
  • 31
walltime
  • 31
  • 5

1 Answers1

1

After some searching, I've found this discussion:

Rescaling after feature scaling, linear regression

enter image description here enter image description here

walltime
  • 31
  • 5