traindb-project / traindb-ml

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

Feature 1: Data Preparation #28

Closed kihyuk-nam closed 2 years ago

kihyuk-nam commented 2 years ago

1 of the planned features, which will be advertised in REST

  1. data preparation - prepare training data
  2. train(learning)
  3. estimate(inference)
  4. etc (save, update, transform)
kihyuk-nam commented 2 years ago

data_prep-01