Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 📈 Stock Price Forecasting - DataSynthis ML Job Task
|
| 2 |
|
| 3 |
This repository contains implementations of **time-series forecasting** for stock prices using both **traditional statistical models (ARIMA, Prophet)** and **deep learning (LSTM)**.
|
|
@@ -57,5 +77,4 @@ The performance of the three models on stock price forecasting is summarized bel
|
|
| 57 |
- **LSTM** achieved the **lowest RMSE and MAPE**, showing the best accuracy.
|
| 58 |
- **ARIMA** performed reasonably well, but less effective with non-linear trends.
|
| 59 |
- **Prophet** captured trends and seasonality but had higher errors.
|
| 60 |
-
- Overall, **LSTM is the most reliable model** for this task.
|
| 61 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- dirganmdcp/yfinance_Indonesia_Stock_Exchange
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- mape
|
| 9 |
+
pipeline_tag: time-series-forecasting
|
| 10 |
+
library_name: keras
|
| 11 |
+
tags:
|
| 12 |
+
- time-series
|
| 13 |
+
- stock-forecasting
|
| 14 |
+
- LSTM
|
| 15 |
+
- ARIMA
|
| 16 |
+
- Prophet
|
| 17 |
+
- machine-learning
|
| 18 |
+
- deep-learning
|
| 19 |
+
- forecasting
|
| 20 |
+
---
|
| 21 |
# 📈 Stock Price Forecasting - DataSynthis ML Job Task
|
| 22 |
|
| 23 |
This repository contains implementations of **time-series forecasting** for stock prices using both **traditional statistical models (ARIMA, Prophet)** and **deep learning (LSTM)**.
|
|
|
|
| 77 |
- **LSTM** achieved the **lowest RMSE and MAPE**, showing the best accuracy.
|
| 78 |
- **ARIMA** performed reasonably well, but less effective with non-linear trends.
|
| 79 |
- **Prophet** captured trends and seasonality but had higher errors.
|
| 80 |
+
- Overall, **LSTM is the most reliable model** for this task.
|
|
|