phamluan commited on
Commit
b9b6b03
·
verified ·
1 Parent(s): 3c92757

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 Solana (SOL) cryptocurrency prices.
17
 
18
  | Model | RMSE | MAE |
19
  |-------|------|-----|
20
- | Random Forest | 17.0826 | 13.3201 |
21
- | Gradient Boosting | 12.4298 | 9.3221 |
22
- | Linear Regression | 1.7888 | 1.3232 |
23
- | LSTM | 19.6191 | 16.7045 |
24
 
25
  ## 🎯 Training Details
26
 
27
- - **Trained on**: 2025-10-24 07:38:35
28
  - **Data Source**: CoinGecko API
29
  - **Historical Days**: 365
30
  - **Features**: 23 technical indicators
 
17
 
18
  | Model | RMSE | MAE |
19
  |-------|------|-----|
20
+ | Random Forest | 17.0825 | 13.3155 |
21
+ | Gradient Boosting | 12.4278 | 9.3175 |
22
+ | Linear Regression | 1.7886 | 1.3226 |
23
+ | LSTM | 36.6418 | 32.0159 |
24
 
25
  ## 🎯 Training Details
26
 
27
+ - **Trained on**: 2025-10-24 07:44:24
28
  - **Data Source**: CoinGecko API
29
  - **Historical Days**: 365
30
  - **Features**: 23 technical indicators