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

Cannot update my github personal access token to watson studio

I try to update my personal acces token, beacuse the old one is expired, but watson studio won't let me, forcing me to use the old token I generate a new token but the option of changing its not possible
Marcelo
  • 1
  • 3
0
votes
1 answer

How to change Jupyter notebook's name (not the project's name) within Watson Studio project?

The (i) icon on the top right corner of the notebook only allows me to change the project's name not the notebook's name.
Ramsey A.
  • 63
  • 6
0
votes
1 answer

stackoverflow error on spark environment on Watson Studio IBM Cloud

I am following spark tutorial from Watson Studio Gallery on IBM Cloud (https://eu-de.dataplatform.cloud.ibm.com/exchange/public/entry/view/99b857815e69353c04d95daefb3b91fa?context=cpdaas) and run into Java stack overflow problem: Py4JJavaError: An…
ertogrul
  • 23
  • 1
  • 8
0
votes
1 answer

IBM Watson Studio Notebook not rendering PyVis - Error: 404 Not Found openresty

I'm using IBM Watson Studio as a cloud service, jupyter notebook, Python 3.9, and trying to render a network diagram using the PyVis library. The code works / no errors, but the graph / html will not render, and returns 'Error: 404 Not Found' and…
0
votes
1 answer

Jupyter Notebook Sharing with IBM Cloud Pak

I am trying to link a Jupyter Notebook from IBM Cloud Pak. The issue is that this is registered (for my account) as a fully public, fully shared notebook for anyone with a link The notebook opens to a single cell with In [ ]: and no content. Is…
0
votes
1 answer

"AttributeError: 'Index' object has no attribute 'tz_localize'" while using the function history to extract stock information

I'm trying to extract information of the Tesla stock but, I always get the error while coding it. Here's the code so far: import plotly.graph_objects as go import yfinance as yf import pandas as pd import requests from bs4 import BeautifulSoup from…
0
votes
1 answer

How to forecast a dynamic number of time series in Watson Studio Modeler Flow

In Watson Studio Modeler Flow, how do I forecast time series when the number of series is dynamic? I have studied tutorials and demos but I have only found methods that require each field's type to be manually specified. This is not feasible when…
0
votes
1 answer

How could I save data in mongoDB from watson studio using jupyter notebook?

I have a machine learning project in IBM Watson Studio which should save data in a mongoDB (as IBM Service). How can I connect from my notebook in IBM Studio to the mongoDB and save data there using python environnement or Spark & python…
0
votes
1 answer

Problems creating a new project in Watson Studio

I want to create my first project in Watson Studio; however, I can not do it because when I click on the "Create" bottom I receive the following message "Unable to configure credentials for your project in the selected Cloud Object Storage…
0
votes
1 answer

How to install the 'C' dependency ta-lib within Watson Studio?

In a cell in the Jupyter notebook within IBM Cloud Watson Studio I tried: %pip install TA-Lib which results in an error: ... Building wheel for TA-Lib (setup.py) ... error ERROR: Command errored out with exit status 1: command:…
NorthDecoder
  • 47
  • 1
  • 8
0
votes
1 answer

Cannot link GitHub to Watson Studio

I generate a personal access token at GitHub and then under Watson Studio profile settings choose integration. However, when I paste the token I receive a response claiming the token's format is invalid. Searching in GitHub and the IBM Cloud…
0
votes
1 answer

Can't open the Asset in IMB Watson Studio

I added a .ipynb file in Asset Section of Projects of IBM Watson Studio, but when I try to open the file a pop up displays: "Preview not available This file type may not be supported." I don't know how to fix this and I don't know how to proceed to…
Taylorina
  • 1
  • 1
0
votes
1 answer

Can not import correctly Seaborn into my IBM Watson-Studio

I am trying to import seaborn in my IBM cloud (watson) on windows for my final assignment, but somehow it gives me an error. I am trying the following code to import seaborn: #notice: installing seaborn might takes a few minutes\ !conda install -c…
0
votes
1 answer

Not able to refresh the permalink for sharing the Jupyter Notebook on Watson Studio. Any fixes?

I tried saving again, making changes to the notebook. I also restarted the kernel and executed all cells again. The share option still shows the same permalink of a previous notebook. Please help.
0
votes
1 answer

How can I download/export the deployed ML model to my local machine?

Using IBM Watson I can create and deploy the ML model either using its Auto AI platform or the Jupyter notebook. Once, my model is deployed then how can I download/export the ML model on which the predictions are done i.e. how can I get the final…
Mahima
  • 132
  • 9