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

the meaning of the Robust Denormalizer #12

Closed
linbingkong opened this issue Dec 13, 2024 · 1 comment
Closed

the meaning of the Robust Denormalizer #12

linbingkong opened this issue Dec 13, 2024 · 1 comment

Comments

@linbingkong
Copy link

linbingkong commented Dec 13, 2024

    x_enc_map = (x_enc_map - robust_means_map) / robust_stdev_map * robust_stdev_true + robust_means_true


    x_dec_map = (x_dec_map - robust_means_map) / robust_stdev_map * robust_stdev_true + robust_means_true

robust_means_map means the median of the initial mapping ̃X (history time data),robust_stdev_map means the quantile of history time data,However, robust_stdev_true and robust_means_true represent the median and quantile of historical values.Why can time-related data and feature data be mixed together for calculation? What is the significance of doing this?In the above text, mapping the time-related data and converting its dimension into the same dimension as the feature is also for the purpose of coupling here?

@ForestsKing
Copy link
Owner

We have already transformed the time-related data from the timestamp space to the feature space using the mapper. Similar to TIME WEAVER [1], the corresponding observational data is generated based on the timestamps, enabling mixed computations.

[1] TIME WEAVER: A Conditional Time Series Generation Model, ICML 2024

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