Created
January 30, 2014 16:49
-
-
Save mickaellegal/8713026 to your computer and use it in GitHub Desktop.
Shell: yHat login
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
yh = Yhat("YHAT_USERNAME", "YHAT_APIKEY") | |
yh.deploy("NYTimesClassifier", myModel) | |
# Once everything is uploaded you should see the following message | |
uploading... done! | |
{u'modelname': u'NYTimesClassifier', u'status': u'success', u'version': 1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment