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.
Questions tagged [watson-studio]
194 questions
1
vote
1 answer
Watson Studio "Spark Environment" - how to increase `spark.driver.maxResultSize`?
I'm running a spark job where I'm reading, manipulating and merging a lot of txt files into a single file, but I'm hitting this issue:
Py4JJavaError: An error occurred while calling o8483.collectToPython.
: org.apache.spark.SparkException: Job…

Chris Snow
- 23,813
- 35
- 144
- 309
1
vote
2 answers
How can I deploy a scikit learn python model with Watson Studio and Machine Learning?
Suppose that I already have a scikit-learn model and I want to save this to my Watson Machine Learning and deploy it using the python client.
The python client docs: http://wml-api-pyclient.mybluemix.net
I have like:
clf =…

elliptic_kid
- 62
- 6
1
vote
1 answer
How can I save a binary file to my project assets using project-lib python?
The project lib documentation shows how to save a pandas dataframe to the project assets:
# Import the lib
from project_lib import Project
project = Project(sc,"", "")
# let's assume you have the pandas DataFrame …

Chris Snow
- 23,813
- 35
- 144
- 309
1
vote
1 answer
how can I save a binary file from cloud object storage to the notebook filesystem?
Frequently when working with files in IBM Cloud Object Storage from a Watson Studio notebook, I need to save the files to the notebook local file system where I can then access them from R functions.
Project-lib allows me to retrieve the file from…

Chris Snow
- 23,813
- 35
- 144
- 309
1
vote
1 answer
OpenCV with watson studio
I am trying to use watson studio for detecting images taken from webcam. I use opencv to capture the video first and then read it frame by frame. Following is small part of the code to checck if video is getting captured.
import cv2
cap =…

Prateek Singh
- 11
- 2
1
vote
1 answer
Tools option not available in Watson Data Platform
I am unable to see the Tools option in the watson data platform as shown in the attachment. Can someone please help me how to enable it?
Thanks.

Arun Kumar L
- 11
- 1
1
vote
1 answer
Cannot find files in Object storage from Watson Studio Modeler Flow
I'm working on Tutorial for Watson studio machine learning using MNIST data set.
(This tutrial)
In Step2: I run into the error that I cannot fix by myself...
As this is code-less approach, let me attach the screenshot.
In the Image Data setting…

Chibi
- 39
- 6
1
vote
1 answer
How can I associate a service from another user's IBM Organization and Space?
In Watson Studio, I can navigate to the Project Settings and add an associated service:
This appears to only let me add a service from the same IBM Cloud Organization and Space that the project belongs to.
Is it possible to add a service from…

Chris Snow
- 23,813
- 35
- 144
- 309
1
vote
0 answers
Error when adding Machine Learning Service to Studio Project
Error message is:
Error while selecting instance:Unexpected response code: 500 (Missing >required properties for credentials: access_key)
Looks like the new instances of the Machine Learning service don't have an access_key field in the…

David Carew
- 47
- 9
1
vote
1 answer
How do I configure spark.driver.memory for connecting from Watson Studio (DSX) notebook to IAE?
I need to configure spark.driver.memory for connecting from a Watson Studio (DSX) notebook to IAE?
Where/how can I configure this?

Chris Snow
- 23,813
- 35
- 144
- 309
1
vote
1 answer
how to remove yourself from a Watson Studio (formerly DSX) project?
It is possible for users to add you to a Watson Studio project, however, after a while you can end up belonging to a lot of other projects.
How can you remove yourself from another project? Is it possible to do this, or do you need to contact the…

Chris Snow
- 23,813
- 35
- 144
- 309
1
vote
1 answer
IBM Watson Studio Notebooks on Safari, sometimes shows `Connection Failed`or `Kernel Dead`
In IBM Watson Studio while using Notebooks (Python, R, Scala) on Safari browser, sometimes the notebook is not connected to the kernel and after several retries shows Connection Failedor Kernel Dead. Refreshing the browser window does not help. In…

Sumit Goyal
- 575
- 3
- 16
1
vote
2 answers
How do I connect to DashDB from a Jupyter Notebook within Watson Studio?
I'm trying to pull some data in from a DashDB database and analyze it within a Jupyter Notebook, all within the Watson Studio. Ideally we would create a Pandas Dataframe for analysis.

Matt
- 5,800
- 1
- 44
- 40
1
vote
1 answer
How to list the pre-installed Python packages on IBM's Spark service
Update August 2019: This question is no longer relevant. It refers to a retired Apache Spark as a Service offering. Current Spark backends in Watson Studio use a different technology.
In a Python notebook, I can execute !pip freeze to get a list of…

Roland Weber
- 1,865
- 2
- 17
- 27
0
votes
0 answers
create a notebook asset in watson studio using python
I want to take a .ipynb that I downloaded from github (e.g. using "!git clone -b main --single-branch https://github.com/Max-Jesch/watson-pipeline-test.git") to create a notebook asset in watson studio so I can run it using Watson pipelines
The…

Maximilian Jesch
- 623
- 7
- 16