watson-stock-market-predictor icon indicating copy to clipboard operation
watson-stock-market-predictor copied to clipboard

A IBM Developer code pattern for Watson Studio: forecast the stock market with Python Notebooks, SPSS Modeler, Data Refinery, and other Watson Studio tools.

Results 7 watson-stock-market-predictor issues
Sort by recently updated
recently updated
newest added

Issue with matplotlib install, code shows ( matplotlib=3.0.2 ) !pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib=3.0.2 --upgrade to fix the issue, just update to: ( matplotlib==3.0.2 ) !pip install --user...

## Beep boop. Your images are optimized! Your image file size has been reduced by **32%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...

The Watson Machine Learning Service has been updated to v2 and there have been changes in the Service Credentials.

There is an error shows up in the 5th step when I import fbprophet ``` # Import packages import fbprophet import datetime as dt print('Packages imported.') ``` ``` --------------------------------------------------------------------------- AttributeError...

From Notebook: forecasting-the-stock-market.ipynb Line 302 updated: from: "!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib=3.0.2 --upgrade" to: "!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib==3.0.2 --upgrade"

I tried running the code on localhost with anaconda, I keep getting this error. Notebook JSON is invalid: 'application/vnd.bokehjs_load.v0+json' does not match any of the regexes: '^(?!application/json$)[a-zA-Z0-9]+/[a-zA-Z0-9\\-\\+\\.]+$' Failed validating 'additionalProperties'...

ImportError Traceback (most recent call last) in 4 get_ipython().system('pip install fbprophet==0.6') 5 import datetime as dt ----> 6 import fbprophet 7 8 print('Packages imported.') /opt/conda/envs/Python36/lib/python3.6/site-packages/fbprophet/__init__.py in 6 # of patent...