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

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



from Recent Questions - Stack Overflow https://ift.tt/3jAPDBx
https://ift.tt/2VtcY0d

Comments

Popular posts from this blog

Today Walkin 14th-Sept

Spring Elasticsearch Operations

Hibernate Search - Elasticsearch with JSON manipulation