kasperonline

kasperonline t1_j0h1kdw wrote

I’m doing a regression and scaling my data using the MinMaxScaler on sklearn. I want to find out a way I can scale back the regression coefficients so I can interpret them in context of the original data values.

inverse_transform function only works for the data itself. Anybody has any idea how to do such a thing?

2