Skip to content

Commit a91a986

Browse files
authored
added readme.md
1 parent ffca704 commit a91a986

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Explaining Aggregate for Large-Scale Data Exploration
2+
3+
This is a repository to accompany paper : [*Explaining Aggregates for Exploratory Analytics*](https://arxiv.org/abs/1812.11346)
4+
5+
![alt text](https://i.imgur.com/EI1aMBo.png)
6+
7+
The goal is to build regression functions that can explain how aggregates (such as AVG/COUNT/SUM) change with respect to different
8+
inputs. By treating the aggregate functions used in SQL queries as black box functions we approximate their behavior using well-known
9+
regression functions and observations (ie past executed queries). This is shown in the figure above.
10+
11+
We can then used these local regression functions to explain data subspaces that indicate which regions in a data set might be more important.
12+
13+
![alt text](https://i.imgur.com/sWP0NnX.png)

0 commit comments

Comments
 (0)