GestaltCogTeam / GinAR

It is the code for the Graph Interpolation Attention Recursive Network
15 stars 1 forks source link

Missing data setup #4

Open 1029734570 opened 3 weeks ago

1029734570 commented 3 weeks ago

Does this code apply to completely random missingness? I constructed my own missing dataset and found that the loss values were similar to those with the same missing rate for variable missingness.

ChengqingYu commented 2 weeks ago

Thanks for your question, our model can be adapted to completely random random missing tasks. However, you need to modify the data processing code in order to obtain the corresponding historical observations and labels.