asu-cactus / netsdb

A system that seamlessly integrates Big Data processing and machine learning model serving in distributed relational database
Apache License 2.0
15 stars 5 forks source link

Add Cache Path to Lleaves Prediction Code to prevent a re-compilation #52

Closed venkate5hgunda closed 2 years ago

venkate5hgunda commented 2 years ago

As per the discussions with Prof @jiazou-bigdata, Lleaves compilation takes extremely long time for 500 & 1600 trees, hence skipping the compilation during benchmark and instead using the Cache to load pre-compiled Model from memory.

jiazou-bigdata commented 2 years ago

Looks good! Thanks.