Skip to content

Native ModelJoin operator described in paper (LINK). Allows joining the relational representation of a ML model with a table in a columnar query engine.

Notifications You must be signed in to change notification settings

dbis-ilm/ModelJoin_Operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for standalone ModelJoin operator described in paper (LINK). ModelJoin allows to perform ML model inference in a column store based on a relational model representation.

Dependencies

Build instructions

Set USECUDA to ON or OFF in CMakeLists.txt and set CMAKE_CUDA_ARCHITECTURES according to your GPU if needed. Activating CUDA requires CUDA and cuBLAS to be installed.

BUILDMODE=<DEBUG/RELEASE> . build.sh

Run Tests:

cd debug/release
make test

About

Native ModelJoin operator described in paper (LINK). Allows joining the relational representation of a ML model with a table in a columnar query engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published