diff --git a/datahub-classify/src/datahub_classify/infotype_helper.py b/datahub-classify/src/datahub_classify/infotype_helper.py index 5299dea..23593d4 100644 --- a/datahub-classify/src/datahub_classify/infotype_helper.py +++ b/datahub-classify/src/datahub_classify/infotype_helper.py @@ -361,7 +361,6 @@ def inspect_for_full_name( and prediction_factors_weights.get(VALUES, 0) > 0 and 0.5 > cast(float, debug_info.values) > 0.1 ): - debug_info.values = 0.8 except Exception as e: logger.error(f"Column {metadata.name} failed due to {e}") diff --git a/datahub-classify/src/datahub_classify/infotype_predictor.py b/datahub-classify/src/datahub_classify/infotype_predictor.py index be54a3b..3c56f5a 100644 --- a/datahub-classify/src/datahub_classify/infotype_predictor.py +++ b/datahub-classify/src/datahub_classify/infotype_predictor.py @@ -47,7 +47,6 @@ def predict_infotypes( # iterate over all infotype functions proposal_list = [] for infotype, infotype_fn in infotype_function_map.items(): - # get the configuration config_dict = global_config[infotype]