Question about StandardScaler and prediction #903
-
Hello, thanks for your contributions to River. And I have a question I want to ask, if the model uses StandardScaler in preprocessing, when I use method predict_one( ), whether to get an output with a mean of 0 and a variance of 1, if so, could anyone tell me whether river has a related method that can change the predicted value back to the original scaler? |
Beta Was this translation helpful? Give feedback.
Answered by
MaxHalford
Apr 5, 2022
Replies: 1 comment 1 reply
-
Hello there. There is no method to do. You could potentially do this by accessing some internal attributes, but that's a bit hackish. May I ask what is your use case? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MaxHalford
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there. There is no method to do. You could potentially do this by accessing some internal attributes, but that's a bit hackish. May I ask what is your use case?