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
1
vote
0 answers

keras in IBM WSL - How to get the R Implementation of keras working in IBM Watson Studio Local?

We're currently using IBM WSL version 1.2.3. Since it comes preinstalled with keras and tensorflow for R, we want to make use of that. However, it seems like the standard installation is not able to locate the right python environment to run the…
flsck
  • 21
  • 4
1
vote
0 answers

Error: Unable to complete last action in Watson Studio Modeler flows

I`m trying training a model with a little dataset (1000 rows), but Modeler flow of IBM Watson Studio takes too long time in "Running flow Status: Training model process completed, took 4 minutes and 20 seconds" state. After this, result in generic…
1
vote
1 answer

Sharing Python Notebooks in Watson Studio

I have a few notebooks in my Watson studio project. They use a common set of function definitions. I'm constantly refining these common function definitions so I want them to be in a notebook. How can I share this notebook with the other notebooks?…
K. Nagin
  • 11
  • 1
1
vote
1 answer

Cannot locate the Visual Recognition Module on Watson Studio Lite

I am following a tutorial that requires me to select the visual recognition module as the next step of selecting create a project. However, after clicking create project, I only see two options: Create an empty project Create a project from a…
User 19826
  • 509
  • 2
  • 5
  • 13
1
vote
1 answer

folders in ibm watson studio

I am using project lib in ibm watson studio to store and save files created in a jupyter notebook(mainly csv and pkl files). The thing is that I need to store these files in different folders in my project. I could not find the way to do this…
1
vote
1 answer

Conda seems to load Geopandas but it is not added to the IBM Watson Studio Notebook Python 3.6

I am loading Geopandas into a Watson Studio Notebook. !conda install --channel conda-forge geopandas geoplot geopy --yes Output seems to indicate it works !conda install --channel conda-forge geopandas geoplot geopy --yes Solving environment:…
fleason
  • 11
  • 2
1
vote
1 answer

How do I convert a string to timestamp format in Data Refinery from Watson Studio?

I have a csv file that has a timestamp column but it shows up as a String type since I uploaded it locally to the project in Watson Studio. Can Data Refinery convert that string column into actual Timestamp type format?
1
vote
1 answer

Register a shiny app as an asset in your project within IBM Watson Studio

I am using the RStudio IDE in a Watson Studio Project to develop a shiny app. There is no problem to start the app from within the RStudio. My question here is how to deploy the app such that it is accessible with an URL from a normal browser. I…
1
vote
0 answers

SparkContext outside of Watson Studio

we are using pyspark inside Watson Studio to connect to a Spark instance running on IBM Cloud. Now we want to run the python code in an IBM Cloud Function, but the SparkContext is missing. Inside Watson Studio, the Studio itself is taking care of…
tdeer
  • 135
  • 1
  • 6
1
vote
2 answers

Deploy model trained with custom loss function on Watson machine learning

I've trained a model on Watson Machine learning with a custom loss function but when I try to deploy it I get an error saying: Invalid Input data: Unknow loss function:loss I am aware that normally in Keras you can load a model that have custom…
deltascience
  • 3,321
  • 5
  • 42
  • 71
1
vote
3 answers

How to get a List of Files in IBM COS Bucket using Watson Studio

I have a working Python script for consolidating multiple xlsx files that I want to move to a Watson Studio project. My current code uses a path variable which is passed to glob... path = '/Users/Me/My_Path/*.xlsx' files = glob.glob(path) Since…
J Scott
  • 23
  • 5
1
vote
0 answers

Export file ~40GB in size to IBM cloud object storage

I am using a Python 3.5 and Spark notebook in Watson Studio. I am trying to export a spark dataframe to a cloud object storage and it keeps failing: The notebook does not give an error. I have managed to export smaller dataframes without…
1
vote
2 answers

Error when creating experiment in watson studio

I cannot create an experiment within a project nor create a new project because apparently my watson studio doesn't have the right permissions to access/create/delete something in my Cloud object storage instance, knowing that the COS service was…
deltascience
  • 3,321
  • 5
  • 42
  • 71
1
vote
0 answers

IBM Watson Studio Installation Problem Stuck at "Pre-install script timeout, trying again"

I am installing the Watson Studio 1.2.2 on a 5 nodes environment However, the installation is stuck at the "Testing the connection to root@node 1 '192.168.123.130' " "Pre-install script timeout, trying again" For your reference I install the…
W KC
  • 11
  • 1
1
vote
1 answer

How to register file/folder as a project data asset after saving to cloud object storage?

I've saved a spark data frame to cloud object storage into a Watson Studio project's bucket: staging .write .mode("overwrite") .option("header", "true") .csv(cos.url('all.csv', 'myproject-bucket')) I would the resulting…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
1 2
3
12 13