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

Walks should be compressed after writing #5

Open rcap107 opened 6 months ago

rcap107 commented 6 months ago

If the parameter for saving walks is set to true, the walks should be compressed after creating them, and uncompressed when it's time to train the embeddings.