phamluan commited on
Commit
37661d3
·
verified ·
1 Parent(s): c239b31

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 | 1943.1848 | 1606.0879 |
21
- | Gradient Boosting | 1878.6121 | 1451.2213 |
22
- | Linear Regression | 339.2724 | 261.5387 |
23
- | LSTM | 60994.6833 | 60940.3906 |
24
 
25
  ## 🎯 Training Details
26
 
27
- - **Trained on**: 2025-10-24 07:36:51
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