diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Get min and max from histogram #221

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

If the computed histogram for numeric column has no suppressed values, use the histogram to estimate the min and max for the column. If this is not possible, use the MinMaxRefinerComponent to estimate an improved min and max as before.

This PR also adds the possibility to prioritize metrics by adding a priority argument. The highest priority metric with the same name is the one that is published. This is used to publish min and max and replace them as more accurate values become available.

Fixes #166