Skip to content

Repository files navigation

📈 Forecasting & Regression exercises

1. Simple regression model

1.1 A study of Customers Insurance Charges

2. Deep Learning for Time Series Forecasting

2.1 🛒 LSTM for Time Series Forecasting

   Lessons learned: For dealing with times series analysis, it is crucial to understand how dataframe.shift() works. Explanation included in the Notebook!

2.2 😷 Forecasting number of Covid-19 patients using CNN-LSTM Credits to : PseudoLab

   - TOO SMALL DATA (only around 300 days !! ) -> Overfitting problem
   - 외부요인은 ? 

2.3 💍 E-Commerce Jewelry Sales Forecasting

   - Notebook contains EDA, Forecasting, Product recommendation. 
   - for i in range(1, 11):
         plt.subplot(5, 2, i)
         typ = jewelry_types[i-1]

2.3.1 Customer subscription data

   - Autocorrelation analysis is an important step in the Exploratory Data Analysis (EDA) of time series. The autocorrelation analysis helps in detecting hidden patterns and seasonality and in checking for randomness. It is especially important when you intend to use an ARIMA model for forecasting because the autocorrelation analysis helps to identify the AR and MA parameters for the ARIMA model.

🧞‍♂️ 유용 레퍼런스

Hits

About

Forecasting .. Regressions.. All about them

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages