Giter Site home page Giter Site logo

xuhuahuang813 / quicksel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from illinoisdata/quicksel

0.0 0.0 0.0 26.49 MB

Source code for QuickSel (SIGMOD 2020)

Shell 0.04% JavaScript 3.03% C++ 0.72% Python 24.85% C 28.00% Java 5.76% CSS 1.08% Makefile 0.10% HTML 36.44%

quicksel's Introduction

QuickSel

This repository contains the code used for the QuickSel paper in a quite unorganized manner. The QuickSel paper appeared at the SIGMOD conference in 2020. The manuscript is also available from this arxiv link.

Download and install

After cloning this repository, running make all will build the project. Java and Maven are used for this project; thus, to build the project, you will need JDK and Apache Maven installed on your machine.

Examples

We provide some examples to compare the performance of QuickSel to others. After project is built successfully, you can run:

  1. make exp_speed to run the speed test on synthetic generated data.
  2. make exp_dmv to run the test on DMV dataset.
  3. make exp_instacart to run the test on Instacart dataset.
  4. make exp_scan to run the test to compare with scan-based methods such as sampling and histogram.

Misc.

The repository includes some other test code we wrote in the process of working on QuickSel. For example, src/cpp/qpsolver includes JNI-based code for calling cvxopt's Quadratic Programming (QP) solver. Since QuickSel analytically computes the solution, the JNI-based code is not currently needed. However, if you want to re-enable the QP feature, extra steps are required (which is not currently documented here).

License

Everything under Apache License ver 2.0 including future contributions. If worried about your copyright, don't contribute here.

quicksel's People

Contributors

pyongjoo avatar amaya382 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.