Created
October 14, 2016 13:04
-
-
Save mmmayo13/b85931b1ec5831032b187816966c38a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print mldb.put("/v1/functions/brand_predictor", { | |
"type": "sql.expression", | |
"params": { | |
"expression": """ | |
car_brand_cls_scorer_0( | |
{ | |
features: inception({url}) | |
}) as * | |
""" | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment