Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Typo in README.md histotic -> historic (#902)
Browse files Browse the repository at this point in the history
thanks!
  • Loading branch information
jcoombes authored Sep 7, 2023
1 parent e63f122 commit 312fef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/metric-forecast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ meta:
## Make a forecast
First, we write a function that will fit a given DataFrame and make a prediction based on that fit. Assuming we already have a DataFrame with histotic data, fitting this data using prophet is done like this:
First, we write a function that will fit a given DataFrame and make a prediction based on that fit. Assuming we already have a DataFrame with historic data, fitting this data using prophet is done like this:
```python
from fbprophet import Prophet
Expand Down

0 comments on commit 312fef9

Please sign in to comment.