facebook / facebook/prophet

New to Prophet

Open
#2,552 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
20.4k
Forks
4.6k
Avg merge
19h 52m
Merged PRs (30d)
1

Description

Hi,

So I wanted to forecast some figures based on last years data...I have installed Prophet and using Notebook Jupyter

I can run these commands where I see the first 4 lines of the imported CSV sheet.

import pandas as pd
df = pd.read_csv(r'C:\Users\Public\Meds.csv',header=None)
df.head()

When trying to run anything with Prophet i.e m = Prophet() I get

NameError Traceback (most recent call last)
Cell In[109], line 1
----> 1 m = prophet()

NameError: name 'prophet' is not defined

Any help would be appreciated or sign posted towards a forum that may be able to offer some assistance. Thanks,

Contributor guide

Open the contributing guide

Research direction

Start in the reported Jupyter Notebook cell after loading C:\Users\Public\Meds.csv with pandas, and review the Prophet setup shown in the issue. Reproduce the NameError and verify the notebook can instantiate Prophet successfully; the issue is done when the reported error no longer occurs.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, pandas, python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.