Questions tagged [data-science-experience]

IBM Data Science Experience is an interactive, collaborative, cloud-based environment where data scientists can use multiple tools to activate their insights.

IBM Data Science Experience is an interactive, collaborative, cloud-based environment where data scientists can use multiple tools to activate their insights.

Source: http://datascience.ibm.com/blog/welcome-to-the-data-science-experience/

261 questions
0
votes
1 answer

DSX - How to re-load a newer jar version that was already added via %AddJar in Scala

In a Scala notebook on IBM DSX, I did a %AddJar to add a jar to my Scala notebook, but that turned out to be the bad one, so had to fix that jar. However when I re-try the %AddJar it says 'Using cached version of xxx.jar' How do I force to discard…
RajeshK
  • 36
  • 1
0
votes
1 answer

Setting Bluemix object storage permissions

I am currently working on a project in Data Science Experience that involves writing CSV files to Bluemix Object Storage. There are several colleagues involved in this project and I want to know how to set Bluemix permissions so that everyone can…
0
votes
1 answer

DSX: How to create connection for Bluemix object store in DSX

I have been trying to make an Object Storage instance on Bluemix available to my DSX project. The object storage instance does not appear under the list of existing data services when adding a data asset. I have tried to create a connection to the…
mttr
  • 775
  • 6
  • 14
0
votes
0 answers

TensorFrames on IBM's Data Science Experience

This is a follow up from this question. I want to implement TensorFrames on IBM's Data Science Experience. I will consider it working if I can run all of the examples on the user guide for TensorFrames. I've had to import the following packages…
0
votes
1 answer

TensorFrames not working with Tensorflow on Data Science Experience

This is a follow up from this question. I've imported the following jars into my…
0
votes
1 answer

DSX: Cannot edit Jupyter notebook

When creating a new notebook, dsx fails when trying to connect to the Spark instance with the following error message: Sorry, we could not start your service. Please contact support with the following information: The service UUID could not be…
mttr
  • 775
  • 6
  • 14
0
votes
1 answer

DSX: Insert to code link is missing

After uploading some files to my project and creating a catalog, I can see the list of files in the Find and Add Data section. However, there is no link Insert to code. This is true for files of type csv, json, tar.gz as well as for a data set from…
mttr
  • 775
  • 6
  • 14
0
votes
1 answer

DSX Desktop on Mac - Example Scala script not working

After installing DSX desktop on my Mac, any notebook when executed gives this error:
Arun
  • 55
  • 5
0
votes
3 answers

What OS versions are supported by Watson Studio Local?

I have Windows 10 installed and planning for Watson Studio Local installation. Is this OS supported or not ?
0
votes
1 answer

DSX scheduled jobs do not refresh internal notebooks

when creating a scheduled job, only the notebooks that are shared (in a public link) are updated every hour but not any of the notebooks that that are viewed internally, that is, by the collaborators of the project. Is this planned to be fixed at…
adangert
  • 36
  • 1
  • 5
0
votes
2 answers

DSX reading audio file arriving from Watson IOT to Bluemix Object storage

in January I created a project in DSX that was linked to a Bluemix Object Storage. Audio file arriving from Watson IoT platform were saved in this Object Storage and they were loaded automatically in the DSX files section of the project. I'm no…
0
votes
1 answer

Dsx-desktop error - "Install.js: Unable to login to the registry."

I'm working through problems with the DSX Desktop installation on Windows 7. Most installation attempts failed when the progress bar for "Checking Docker Status" hung at 10%, and after a few minutes the installation aborted silently without any…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
4 answers

Deploying a scikit learn pipeline on IBM DSX

How to deploy a trained scikit learn pipeline on IBM Data science experience? Can I do that from a Jupyter notebook?
TechnoIndifferent
  • 1,034
  • 1
  • 10
  • 10
0
votes
1 answer

jupyter python notebook using elasticsearch

I am using elasticsearch with jupyter python notebook in DSX. When I write a dataframe to objectstorage, I get an error: ratings_df.write.format("org.elasticsearch.spark.sql").save("swift://DSConnections.spark/ratings.es") Py4JJavaError: An error…
Arun
  • 55
  • 5
0
votes
0 answers

How to pass In-memory Object to Watson Visual Recognition service using Python SDK

I am using IBM data Science Experience notebooks to create a custom classifier for the visual recognition service. I have the training zip files loaded into Object storage. But when I try to create the custom classifier it fails with the error…