Skip to content

In this section, we will examine the use of the prophet method, which is one of the time series analysis methods.

License

Notifications You must be signed in to change notification settings

tohid-yousefi/Using_Prophet_Method_in_Time_Series_Analysis

Repository files navigation

Using Prophet Method in Time Series Analysis

In this part, we will examine the use of the prophet method, which is one of the time series analysis methods.


Business Problem

📌 In this section, we estimate the number of passengers in the coming years by examining the number of passengers in the past years.

Dataset Story

📌 This dataset contains how many passengers traveled monthly from 1949 to 1960.

Month: the date in the month is a variable.

Passengers: estimates the number of passengers per month.