Join / sign up Explore Watson Studio
#watson-machine-learning #watsonopenscale
# Deploy the stored model as an online web service deployment model id = model details["metadata"]["guid"] #model id deployment details = client.deployments.create( artifact uid=model id, name="Keras deployment" ) ############################################################################...
Hello, I'm trying to run an notebook wherein I associate it with the Watson Machine Learning service. I tested the call of this service with this following code: from watson machine learning client import WatsonMachineLearningAPIClient #Reading credentials from file wml credentials = ( "apikey":...