Update README.md
Browse files
README.md
CHANGED
|
@@ -25,15 +25,17 @@ This repository includes the following:
|
|
| 25 |
Techniques for visualizing, decomposing, and understanding temporal structures in financial time series.
|
| 26 |
|
| 27 |
- **Classical Forecasting Methods**
|
| 28 |
-
|
| 29 |
- ARIMA / SARIMA
|
| 30 |
- Facebook Prophet
|
| 31 |
- Vector Auto Regression
|
| 32 |
- Arch/Garch for volatility modeling
|
|
|
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
- **Machine Learning Approaches**
|
| 36 |
-
|
| 37 |
- Random Forests
|
| 38 |
- XGBoost
|
| 39 |
- Long Short Term Memory
|
|
@@ -42,7 +44,11 @@ This repository includes the following:
|
|
| 42 |
Lag features, rolling statistics, seasonal indicators, and date-based encodings.
|
| 43 |
|
| 44 |
- **Model Optimization and Evaluation**
|
| 45 |
-
Grid-search-cv , Randomized-search-cv, cross-validation
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
---
|
| 48 |
|
|
@@ -55,4 +61,4 @@ The notebooks primarily work with **financial datasets**, such as:
|
|
| 55 |
- Foreign Exchnage rates.
|
| 56 |
- Inflation rates.
|
| 57 |
- Cryptocurrency price histories.
|
| 58 |
-
- Sales datasets
|
|
|
|
| 25 |
Techniques for visualizing, decomposing, and understanding temporal structures in financial time series.
|
| 26 |
|
| 27 |
- **Classical Forecasting Methods**
|
| 28 |
+
|
| 29 |
- ARIMA / SARIMA
|
| 30 |
- Facebook Prophet
|
| 31 |
- Vector Auto Regression
|
| 32 |
- Arch/Garch for volatility modeling
|
| 33 |
+
- Single and Double Exponential Smoothing
|
| 34 |
+
- Holt Winters Exponential Smoothing
|
| 35 |
|
| 36 |
|
| 37 |
- **Machine Learning Approaches**
|
| 38 |
+
|
| 39 |
- Random Forests
|
| 40 |
- XGBoost
|
| 41 |
- Long Short Term Memory
|
|
|
|
| 44 |
Lag features, rolling statistics, seasonal indicators, and date-based encodings.
|
| 45 |
|
| 46 |
- **Model Optimization and Evaluation**
|
| 47 |
+
Grid-search-cv , Randomized-search-cv, Training with cross-validation, and performance metrics (MAE, RMSE, MAPE).
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
- **Additional concpets covered**
|
| 51 |
+
Grangers causality test, Parameter selection with AIC , BIC
|
| 52 |
|
| 53 |
---
|
| 54 |
|
|
|
|
| 61 |
- Foreign Exchnage rates.
|
| 62 |
- Inflation rates.
|
| 63 |
- Cryptocurrency price histories.
|
| 64 |
+
- Sales and Revenue datasets
|