Questions tagged [mldb]

For questions regarding MLDB, a machine learning database designed for machine learning over a RESTful API.

2 questions
36
votes
3 answers

How to deploy a docker container on a remote ubuntu server?

I have implemented an API inside a docker container and I want to deploy this container to a remote ubuntu server. How can I do that exactly? My API uses many resources and I have used MLDB framework to implement it. I want to deploy the container…
sniper71
  • 479
  • 1
  • 4
  • 16
0
votes
1 answer

Add column to dataset in MLDB

So I'm playing with http://mldb.ai/ and I have a simple question. I have a csv file that I want to import using http://mldb.ai/doc/#builtin/datasets/TabularCsvDataset.md.html It works fine but I would like to add a column. I actually have a bunch of…
glitch
  • 71
  • 8