Skip to content

Instantly share code, notes, and snippets.

@mmmayo13
Created October 14, 2016 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mmmayo13/eae7f1062916f0ea2a0dcd4126ee8ad9 to your computer and use it in GitHub Desktop.
Save mmmayo13/eae7f1062916f0ea2a0dcd4126ee8ad9 to your computer and use it in GitHub Desktop.
print mldb.post("/v1/procedures", {
"type": "import.text",
"params": {
"dataFileUrl": "https://public.mldb.ai/datasets/car_brand_images/cars_urls.csv",
"outputDataset": "images"
}
})
mldb.query("SELECT * FROM images LIMIT 3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment