rcap107 / embdi

EmbDI is a table embeddings algorithm that solves data integration problems by converting tabular data into graphs, then applying word2vec to the graph to obtain embeddings.
Apache License 2.0
7 stars 1 forks source link

Improve edgelist file #8

Open rcap107 opened 6 months ago

rcap107 commented 6 months ago

The edgelist generation file is very messy and should be cleaned up, with the backend code in the src dir.