Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -17,14 +17,14 @@ Trained ML models for predicting Bitcoin (BTC) cryptocurrency prices.
|
|
| 17 |
|
| 18 |
| Model | RMSE | MAE |
|
| 19 |
|-------|------|-----|
|
| 20 |
-
| Random Forest |
|
| 21 |
-
| Gradient Boosting | 1878.
|
| 22 |
-
| Linear Regression |
|
| 23 |
-
| LSTM |
|
| 24 |
|
| 25 |
## 🎯 Training Details
|
| 26 |
|
| 27 |
-
- **Trained on**: 2025-10-24 07:
|
| 28 |
- **Data Source**: CoinGecko API
|
| 29 |
- **Historical Days**: 365
|
| 30 |
- **Features**: 23 technical indicators
|
|
|
|
| 17 |
|
| 18 |
| Model | RMSE | MAE |
|
| 19 |
|-------|------|-----|
|
| 20 |
+
| Random Forest | 1942.9146 | 1605.7746 |
|
| 21 |
+
| Gradient Boosting | 1878.1814 | 1449.6249 |
|
| 22 |
+
| Linear Regression | 338.9834 | 261.3517 |
|
| 23 |
+
| LSTM | 22511.9064 | 21610.0176 |
|
| 24 |
|
| 25 |
## 🎯 Training Details
|
| 26 |
|
| 27 |
+
- **Trained on**: 2025-10-24 07:42:29
|
| 28 |
- **Data Source**: CoinGecko API
|
| 29 |
- **Historical Days**: 365
|
| 30 |
- **Features**: 23 technical indicators
|