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

About prior structure #106

Open
Beck-Pro opened this issue Jan 23, 2025 · 1 comment
Open

About prior structure #106

Beck-Pro opened this issue Jan 23, 2025 · 1 comment

Comments

@Beck-Pro
Copy link

Beck-Pro commented Jan 23, 2025

Image

First of all, thanks for this amazing paper and code.
so the picture above is the prior structure I'm trying to implement.
(competition is from this : https://dacon.io/competitions/official/236423/data)

  • about data
    time stamp : per minute (could be irregular)
    Q : flux (Q1-Q5)
    M : Pump wheter On=1 or Off=0 (M1-M14) (these are located in Pumping station in the 2nd rightmost side of picture)
    P : Pressure (P1-P26)
    anomaly : normal=0 or abnormal=1
    P_flag : Whether Pressure at that time is normal=0 or abnormal=1
    (P_flag_1-P_flag_26)

In 'def get_prior_graph_struc(dataset)' function,
it seems i have to customize the structure of graph based on the picture.
any advice doing that?

@Beck-Pro
Copy link
Author

Oh and plus, so train data is Both TRAIN_A and TRAIN_B that have both different graph structure. not only that, have 2 test sets TEST_C and TEST_D that have both different graph structures too.

so same model have to learn 2 different graph structures with 2 different train sets. any advice about training method?

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

1 participant