Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Time Series Analysis and Forecasting Notebooks
|
| 2 |
|
| 3 |
Welcome to this repository of Jupyter notebooks focused on **time series analysis** and **forecasting**, with applications to **financial datasets**. The goal of this collection is to explore patterns, trends, and predictive modeling techniques using both **statistical** and **machine learning** methods.
|
|
@@ -42,6 +53,4 @@ The notebooks primarily work with **financial datasets**, such as:
|
|
| 42 |
- Foreign Exchnage rates.
|
| 43 |
- Inflation rates.
|
| 44 |
- Cryptocurrency price histories.
|
| 45 |
-
- Sales datasets
|
| 46 |
-
|
| 47 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- mae
|
| 7 |
+
- r_squared
|
| 8 |
+
- mape
|
| 9 |
+
- mse
|
| 10 |
+
pipeline_tag: time-series-forecasting
|
| 11 |
+
---
|
| 12 |
# Time Series Analysis and Forecasting Notebooks
|
| 13 |
|
| 14 |
Welcome to this repository of Jupyter notebooks focused on **time series analysis** and **forecasting**, with applications to **financial datasets**. The goal of this collection is to explore patterns, trends, and predictive modeling techniques using both **statistical** and **machine learning** methods.
|
|
|
|
| 53 |
- Foreign Exchnage rates.
|
| 54 |
- Inflation rates.
|
| 55 |
- Cryptocurrency price histories.
|
| 56 |
+
- Sales datasets
|
|
|
|
|
|