Skip to content

Instantly share code, notes, and snippets.

@mmmayo13
Created October 14, 2016 12:45
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/e7203aa6c9ee8a98c5031e4a9f91a149 to your computer and use it in GitHub Desktop.
Save mmmayo13/e7203aa6c9ee8a98c5031e4a9f91a149 to your computer and use it in GitHub Desktop.
print mldb.post("/v1/procedures", {
"type": "transform",
"params": {
"inputData": """
SELECT brand,
inception({url}) as *
FROM images
""",
"outputDataset": "training_dataset"
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment