Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 537 Bytes

File metadata and controls

17 lines (9 loc) · 537 Bytes

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.