Questions tagged [watson-studio]

IBM Watson Studio, a product that helps accelerate the machine and deep learning workflows required to infuse AI into your business to drive innovation. It provides a suite of tools for data scientists, application developers and subject matter experts to collaboratively and easily work with data and use that data to build, train and deploy models at scale.

194 questions
0
votes
0 answers

Watson Studio: Not processing images

I am unable to complete the labs in the IBM computer vision class. I see these errors on the the IBM cloud. Module 2; Lab: Classifying images with IBM Watson
Error in Watson Visual Recognition service: Internal Server Error Internal Server Error…
0
votes
1 answer

Troubles linking my watson studio with my github repo

I cannot find a way to link my watson studio with github repo. I followed these steps: in watson studio I navigate to integrations and generate an access token. I copy the string of 40 characters and pasted it in the box. I navigate to my projects'…
arturo451
  • 13
  • 3
0
votes
1 answer

IBM Watson Studio: Data icon not showing in Cognos Dashboard

I've downloaded the Data files into data Assets But, when I open an embedded cognos dashboard, there is no data icon in the upper left-hand corner. So I cannot start the dashboard because there is no data. Dashboard missing data icon And, I can not…
0
votes
1 answer

IBM Watson Studio API suddenly started throwing an error when trying to upload a model

I'm using the latest ibm_watson_machine_learning SDK (python) Until a few days/weeks ago my code was working fine but now I get an error when running client.repository.store_model(model='./model.tar.gz', meta_props=model_metadata) Here is some…
George Vovos
  • 7,563
  • 2
  • 22
  • 45
0
votes
1 answer

Query Bigquery with Variables in Watson Studio

I want to query data from my Google Bigquery Instance in Watson Studio SPSS Modeler via a Bigquery Data Connection. The connection itself works fine. But how can I query by some Input parameter (example a user id). I see the option of running custom…
phspe
  • 34
  • 4
0
votes
1 answer

CUH comsumption of a deployed SPSS modeler flow

Recently, I deployed a SPSS flow with Watson Studio and the Machine Learning service to use with a Web Service. After few days, trying to use de deployed model using Soap UI, it displays "this deployment cannot be processed because it exceeds the…
0
votes
1 answer

IBM-cloud Watson Studio Notebook failed to load (BM PY0101EN Python Basics for Data Science)

I am trying to load a notebook created by another course student for peer assessment as required by the IBM PY0101EN Python Basics for Data Science course Final Assignment. However, I keep getting an error message loading the notebook. The error…
0
votes
1 answer

How solve .MPS file using the latest IBM Waston Studio APIs

I'm trying to migrate a ,currently broken because of breaking changes, utility that solves a .mps using IBM's APIs. The original code, uses an empty model.tar.gz file, creates a deployment and passes the .mps file tp a new job. The (python)code…
George Vovos
  • 7,563
  • 2
  • 22
  • 45
0
votes
1 answer

How to connect an external Django backend with IBM Watson (Notebook)?

I'm doing a small project that I don't know how-to connect IBM Watson with Django backend and even looking for the docs: I can't find examples, documentation or tutorials. Basically, I want to create Jobs (Notebooks running) remotely, but I need to…
Pablo Díaz
  • 330
  • 4
  • 14
0
votes
1 answer

Watson Studio Job API

I am trying to run a job created in IBM Watson Studio using a post call from this link that provides the ability to test : https://api.eu-gb.dataplatform.cloud.ibm.com/v2/jobs/docs/swagger/#/Job_Runs/job_runs_create but I keep getting this…
deltascience
  • 3,321
  • 5
  • 42
  • 71
0
votes
1 answer

Linking IBM Cloud Object Storage to Watson Studio new project?

I've attempted to create object storage for a new Watson Studio project, but get the same 'Reseller channel...is invalid' as other comments. I've tried changing my region from Dallas, to London or Tokyo as one answer suggested, but I get an…
Coeus
  • 5
  • 1
0
votes
1 answer

Getting deployment limit error even though I am under the limit in IBM Watson Machine Learning

I get the "You have reached the deployment limit for your Watson Machine Learning plan..." error message even though I only have 2 models deployed at present. I had as many as 4 deployed previously (deleted them all last week after retraining the…
0
votes
1 answer

How update data in Model Maching learning in IBM watson studio

I have the following question. I am training a machine learning model in IBM watson studio. It is in process already having the model deployed. Is it possible to change the data without having to redeploy it?
0
votes
0 answers

Unable to find deployments even after getting a scoring endpoint

I am trying to deploy my model on watson studio via jupyter notebook.I got a scoring endpoint with a status of deploy_success but was unable to see any deployments I used watson machine learning python client this was the code i used import pandas…
0
votes
1 answer

Watson Studio : No Envirionment option or Notebook

I created a watson studio account. Then, I created a new project, however, I do not have access to the environment, bookmark and deployment option. Furthermore, when I go to asset and click on add to the project, only the options data, connection,…