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

Implement better logging #4

Open rcap107 opened 6 months ago

rcap107 commented 6 months ago

Logging at the moment is done in an extremely ugly way through global variables.

I need to reimplement this using better logging functions.