MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / get_column_goodness

Function get_column_goodness

union/TUS/main.py:39–42  ·  view source on GitHub ↗
(score, type = 'uset')

Source from the content-addressed store, hash-verified

37#Usem的minhashLSH索引得改,改成最后一行插入的
38
39def get_column_goodness(score, type = 'uset'):
40 file_path = os.path.join('distribution', type + '_lsh_730.json')
41 freq = cumulative_frequency(file_path, score)
42 return freq
43
44
45def compute_ensemble_score(query_column, candiate_column, query_column_sem, candiate_column_sem):

Callers 1

compute_ensemble_scoreFunction · 0.70

Calls 1

cumulative_frequencyFunction · 0.90

Tested by

no test coverage detected