An open API service indexing awesome lists of open source software.

https://github.com/surajv311/predict-prices-using-fb-prophet

Using fb-prophet library Python to predict prices.
https://github.com/surajv311/predict-prices-using-fb-prophet

Last synced: 7 months ago
JSON representation

Using fb-prophet library Python to predict prices.

Awesome Lists containing this project

README

          

# Predict prices using fb-prophet

Before cloning the repo ensure that you have the following libraries installed in your system to run the file.

You may install:

```conda install -c conda-forge fbprophet```

```conda install numpy ```

```conda install matplotlib```

```conda install seaborn```

* fbprophet is a tool intended to help you to do time series forecasting at a scale with ease

* fbprophet uses decomposable time series model with 3 main components: seasonal, trends, holidays or events effect and error.

![img1](https://github.com/Surajv311/Predict-prices-using-fb-prophet/blob/master/images/img1.jpg)

![img2](https://github.com/Surajv311/Predict-prices-using-fb-prophet/blob/master/images/img2.jpg)