traindb-project / traindb-ml

Remote ML Model Serving Component for TrainDB
Apache License 2.0
6 stars 2 forks source link

Feature 3. Estimate (COUNT) #32

Closed kihyuk-nam closed 2 years ago

kihyuk-nam commented 2 years ago
  1. Skeleton implementation of estimation (AQP)
    • support only COUNT
    • incomplete result (big difference between approximation and ground truth #31)

estimate-02

REST-01-estimate

  1. Skeleton implementation of REST API using Fast API REST-01