LukasZahradnik / deep-db-learning

A modular message-passing scheme reflecting the relational model for end-to-end deep learning from databases
https://lukaszahradnik.github.io/deep-db-learning/
6 stars 2 forks source link

Can you share the datasets and the main funtion of the proposed method? #27

Open A11en0 opened 10 months ago

GustikS commented 9 months ago

Thanks for reaching out. The datasets were available at relational.fit.cvut.cz, which unfortunately got turned down recently (for unrelated security reasons). We're working to bring the server back (to relational.fel.cvut.cz), in the meantime you can find a dump of the datasets here.

As for the main function, there is one for the method and one for (some of) the baselines. So it's a bit scattered/inconsistent at the moment (and the DB backend not running), but we're aiming to polish everything into a (bigger) project release (with better PyG integration) by May this year... so please stay tuned :)