Skip to content

Skeftical/Explaining-Aggregates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explaining Aggregate for Large-Scale Data Exploration

This is a repository to accompany paper : Explaining Aggregates for Exploratory Analytics

alt text

The goal is to build regression functions that can explain how aggregates (such as AVG/COUNT/SUM) change with respect to different inputs. By treating the aggregate functions used in SQL queries as black box functions we approximate their behavior using well-known regression functions and observations (ie past executed queries). This is shown in the figure above.

We can then used these local regression functions to explain data subspaces that indicate which regions in a data set might be more important.

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages