cobanov / time-series-analysis-prophet-youtube

Time Series Analysis project with Prophet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Series Analysis with Python Prophet

The Prophet library is an open source library designed to make predictions for univariate time series datasets. It is easy to use and by default is designed to automatically find a good set of hyperparameters for the model to make predictions for data with trends and seasonality.

You can access presentations and notebooks in the repo.

Dataset

Monthly Car Sales Dataset

Also you can access dozens of different datasets with this link

Requirements

To run this project you need the following libraries:

fbprophet
pandas
matplotlib
plotly
scikit-learn

Sources

Machine Learning Mastery Simple time series training with Facebook Prophet. Source

About

Time Series Analysis project with Prophet.


Languages

Language:Jupyter Notebook 100.0%