Troubleshooting
Problem
I have a Python 3.7 notebook. I have installed fbprophet with the following command:
!conda install -c conda-forge fbprophet
I then add a data asset and run the documentation example (https://facebook.github.io/prophet/docs/quick_start.html)
import pandas as pd
from fbprophet import Prophet
df = pd.read_csv('/project_data/data_asset/test.csv')
df.head()
m = Prophet()
m.fit(df)
When I run this, the kernel dies. I have a runtime environment of 1 CPU and 4GB.
Document Location
Worldwide
[{"Type":"MASTER","Line of Business":{"code":"LOB76","label":"Data Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSHGYS","label":"IBM Cloud Pak for Data"},"ARM Category":[{"code":"a8m0z000000GoylAAC","label":"Troubleshooting"}],"ARM Case Number":"TS007447907","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]
Log InLog in to view more of this document
This document has the abstract of a technical article that is available to authorized users once you have logged on. Please use Log in button above to access the full document. After log in, if you do not have the right authorization for this document, there will be instructions on what to do next.
Was this topic helpful?
Document Information
Modified date:
11 November 2021
UID
ibm16515608