Variables | |
file = Path(__file__).resolve() | |
parent | |
root | |
str | dir_path = "../datasets/tables/megallen/amazon-google-structured" |
str | path_tableA = "/".join([dir_path, "table_a.csv"]) |
str | path_tableB = "/".join([dir_path, "table_b.csv"]) |
str | path_gold = "/".join([dir_path, "gold.csv"]) |
str | path_rule = "test/tmp/rules_amazon_google_structured1.txt" |
str | path_range = "test/tmp/ranges_amazon_google_structured.txt" |
str | path_tree = "test/tmp/trees_amazon_google_structured.txt" |
str | path_rf = "test/tmp/rf_amazon_google_structured.joblib" |
gold_graph = nx.Graph() | |
tableA = read_csv_table(path_tableA) | |
tableB = read_csv_table(path_tableB) | |
gold = read_csv_golds(path_gold, gold_graph) | |
list | numeric_attr = ["price", "year"] |
schemas = list(tableA)[1:] | |
attr_types_ltable = au.get_attr_types(tableA) | |
attr_types_rtable = au.get_attr_types(tableB) | |
random_forest | |
trigraph | |
blocking_attr | |
model_path | |
tree_path | |
range_path | |
num_tree | |
sample_size | |
ground_truth_label | |
True | |
training_strategy | |
inmemory | |
num_data | |
at_ltable | |
at_rtable | |
is_interchangeable | |
flag_consistent | |
test_match.at_ltable |
test_match.at_rtable |
test_match.attr_types_ltable = au.get_attr_types(tableA) |
test_match.attr_types_rtable = au.get_attr_types(tableB) |
test_match.blocking_attr |
str test_match.dir_path = "../datasets/tables/megallen/amazon-google-structured" |
test_match.file = Path(__file__).resolve() |
test_match.flag_consistent |
test_match.gold = read_csv_golds(path_gold, gold_graph) |
test_match.gold_graph = nx.Graph() |
test_match.ground_truth_label |
test_match.inmemory |
test_match.is_interchangeable |
test_match.model_path |
test_match.num_data |
test_match.num_tree |
test_match.numeric_attr = ["price", "year"] |
test_match.parent |
str test_match.path_gold = "/".join([dir_path, "gold.csv"]) |
str test_match.path_range = "test/tmp/ranges_amazon_google_structured.txt" |
test_match.path_rf = "test/tmp/rf_amazon_google_structured.joblib" |
str test_match.path_rule = "test/tmp/rules_amazon_google_structured1.txt" |
str test_match.path_tableA = "/".join([dir_path, "table_a.csv"]) |
str test_match.path_tableB = "/".join([dir_path, "table_b.csv"]) |
test_match.path_tree = "test/tmp/trees_amazon_google_structured.txt" |
test_match.random_forest |
test_match.range_path |
test_match.root |
test_match.sample_size |
list test_match.schemas = list(tableA)[1:] |
test_match.tableA = read_csv_table(path_tableA) |
test_match.tableB = read_csv_table(path_tableB) |
test_match.training_strategy |
test_match.tree_path |
test_match.trigraph |
test_match.True |