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
1 answer

Adding a Jupyter notebook to an IBM Watson Studio project

Can I add a Jupyter notebook from my local Anaconda environment on my PC to an IBM Watson Studio project or do I have to recreate the notebook in my Watson Studio project from scratch?
0
votes
1 answer

How to run magic commands in Jupyter deployed on Watson Studio?

I'm trying to analyze my datasets on DB2 on Cloud in the Jupyter notebook created in Watson Studio. When using the "%sql" magic for connecting DB2 doesn't work naturally, showing no such module. According to an IBM tutorial, it is required to run…
Spring
  • 3
  • 2
0
votes
1 answer

Issue installing rpy2 inside Watson Studio Python 'Environment'

I'm trying to install rpy2 inside a Watson Studio 'environment': !pip install rpy2 However, the environments don't appear to have R available: Collecting rpy2 Downloading…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

Is XML supported in Watson Studio?

I have a collection of different structured XML files that I want to work with in Watson Studio. Is this a supported data type? How could I work with my XML data in the Watson Studio environment?
Joe Plumb
  • 462
  • 5
  • 17
0
votes
2 answers

How to display the table header with df.take()?

The default behaviour for df.take() on Watson Studio Jupyter notebooks does not display the header for the table whereas df.show() does: I would like to use df.take() because the output is much easier on the eye :) - Is it possible to get df.take()…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

how to save a csv file to cloud object storage using project-lib?

I have a csv file that I have written to the notebook filesystem: # read csv from object storage df = read.csv2( ... ) # do some operations ... # save new csv to notebook filesystem file.remove('example.csv') write.csv(df, file =…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

My metrics are not being logged when running HPO in Watson Studio using Tensorboard

I'm training a simple MLP using Watson Studio's HPO capability. However when viewing my logs, the metrics are not displaying. The metrics logging works when running a non-HPO training run, but the logs don't show when running in HPO. Here's how I…
Biosopher
  • 536
  • 4
  • 12
0
votes
2 answers

Scheduling a notebook with IBM Analytics as engine

I've created a notebook and setup the execution engine to be a IBM Analytics Engine (https://www.ibm.com/cloud/analytics-engine) however, that particular notebook - does not have the schedule button. Other notebooks (not running through that…
0
votes
1 answer

How to split a timestamp field into Year, Month, Day, etc with Data Refinery?

I have a timestamp field with this definition: Time interval: the beginning of the time interval expressed as the number of millisecond elapsed from the Unix Epoch on January 1st, 1970 at UTC. The end of the time interval can be obtained by adding…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

API for running modeler flow?

my customer wants to run modeler flow with date and time specified. I know a schedule function of modeler flow is not provided with Watson Studio. So, I'm looking for API to run modeler flow. Do you have any APIs to run modeler flow like following…
nsatoh
  • 3
  • 1
0
votes
1 answer

Watson Studio Translator API credentials for jypter notebook

I'm trying to follow a tutorial, learn some more about calling APIs from a notebook. Seems the tutorial directions are no longer aligned with the bluemix platform as I'm supposed to provision a translator service, then pull my username and password…
0
votes
2 answers

Schedule a notebook to run at specific intervals in DSX/Watson Studio

I am following the simple instructions given in https://datascience.ibm.com/docs/content/analyze-data/schedule-task.html. But unfortunately, the task never runs. I have only 2 spark instances running. The simple code snippet is creating a cloudant…
0
votes
1 answer

Add jar from IBM COS to WATSON notebok

I have library jar file in IBM COS which I want to add to a scala notebook in watson stdio. I want to use %addJar but not sure what should be the URL to access the object. When I right click the object I get URL "cos://" which addJars does not…
miri
  • 1
  • 1
0
votes
1 answer

How to read and write to hive tables from Apache Spark on Analytics Engine

I would like to use Spark on analytics engine from a Jupyter notebook in Watson Studio to be able to read and write to Hive tables, but it isn't clear how I can do this by just reading the Spark documentation. The reason that it isn't clear is that…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

Install zbar failed on Watson Studio

I tried to execute this ! pip install zbar The error message is Collecting zbar Using cached .../zbar-0.10.tar.bz2 Building wheels for collected packages: zbar Running setup.py bdist_wheel for zbar ... error Complete output from command…
jpsstack
  • 1,221
  • 4
  • 18
  • 29