Models learn below features from input dataset and predict accordingly
- Trend
- Seasonality
- Smoothing Factor
- Moving Average - Leverage recent weeks data
- Weighted Moving Average - Give varying weights for recent data
- Single Exponential - Smoothing factor added in the cost function
- Double Exponential - Smoothing & Trend
- Triple Exponential - Smoothing, Trend & Seasonality
- ARIMA - Auto Regression Integrated Moving Average
- Linear & Polynomial Models - Based on Features collected
No comments:
Post a Comment