world-federation-of-advertisers / cardinality_estimation_evaluation_framework

Evaluation framework and methods for estimating cardinalities of groups of sets
Apache License 2.0
21 stars 9 forks source link

Invalid arguments for constructing StandardizedHistogramEstimator #129

Open riemanli opened 2 years ago

riemanli commented 2 years ago

https://github.com/world-federation-of-advertisers/cardinality_estimation_evaluation_framework/blob/732117efd307230156376e88f4d2ab3bb6b5df97/src/evaluations/data/evaluation_configs.py#L1678-L1682

After StandardizedHistogramEstimator had been refactored, the usage above became invalid.

c-dickens commented 1 year ago

has there been any progress on resolving this? This line causes an issue for me in running both python run_tests.py and python run_evaluation.py.