Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Use “Inverse_transform” Reverse Normalization Function #132

Open
12138lelemiao opened this issue Feb 21, 2025 · 1 comment
Open

Comments

@12138lelemiao
Copy link

Hi,
I want to use the invert_transform() function to restore the original proportion of the output sequence after model prediction and the data in the original "OT" column. Where should I use this function and how to use it?

Any comments will be appreciated!

@emapco
Copy link

emapco commented Mar 3, 2025

From a quick search, they use it in Pyraformer training script (assuming you are referring to the inverse_transform method). It's is used to denormalize the output predictions to the same mean and standard deviation as the input. In the script, they inverse the output prior to computing the loss. The Chronos model does something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants