hypdb

HypDB: Detect, Explain And Resolve Bias in OLAP (think twice about your group-by query)


Keywords
detect, bias, query, queries, OLAP
License
MIT
Install
pip install hypdb==1.0.0

Documentation

HypDB

The core HypDB module lives in the HypDB/ directory. A web UI demo that demonstrates the capabilities of HypDB lives in the demo/ directory.

PyPI

Our package is published on PyPI here.

Paper

Our paper (published in VLDB 2018 in Rio de Janeiro) can be found here.

Contributing

We follow angular-style commit message guidelines.

To write code to solve an issue, branch off from master and name the branch with something unique and descriptive. We may open a PR at any stage of solving an issue, but request for code review when it might be ready to merge back into master. We can close the respective issue once the PR has been merged.