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

Clean up unnecessary additional files #10

Open rcap107 opened 1 month ago

rcap107 commented 1 month ago

At the moment, every run produces some files that are not necessary/obsolete:

Either remove them, or print them only when a parameter is given.