Buckets:
2.71 MB
6 files
Updated about 21 hours ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| .gitattributes | 1.52 kB xet | 818ba6de | |
| README.md | 2.15 kB xet | 3d69b704 | |
| chainlink_lstm_model.h5 | 477 kB xet | 8c407983 | |
| chainlink_metadata.json | 899 Bytes xet | 959e51eb | |
| chainlink_scaler.pkl | 2.07 kB xet | cae2b919 | |
| chainlink_sklearn_models.pkl | 2.23 MB xet | 317237cf |
Chainlink (LINK) Price Prediction Models
Trained ML models for predicting Chainlink (LINK) cryptocurrency prices.
📊 Model Performance
| Model | RMSE | MAE |
|---|---|---|
| Random Forest | 0.8246 | 0.6577 |
| Gradient Boosting | 0.8141 | 0.6364 |
| Linear Regression | 0.1695 | 0.1246 |
| LSTM | 0.7092 | 0.5555 |
🎯 Training Details
- Trained on: 2025-10-24 07:47:04
- Data Source: CoinGecko API
- Historical Days: 365
- Features: 23 technical indicators
- GPU: Accelerated with TensorFlow
📦 Files Included
chainlink_sklearn_models.pkl: Scikit-learn models (RF, GB, LR)chainlink_scaler.pkl: Feature scalerchainlink_lstm_model.h5: LSTM neural networkchainlink_metadata.json: Training metadata
🚀 Usage
from huggingface_hub import hf_hub_download
import joblib
from tensorflow.keras.models import load_model
# Download models
sklearn_path = hf_hub_download(
repo_id="YOUR_USERNAME/YOUR_REPO",
filename="chainlink_sklearn_models.pkl"
)
scaler_path = hf_hub_download(
repo_id="YOUR_USERNAME/YOUR_REPO",
filename="chainlink_scaler.pkl"
)
lstm_path = hf_hub_download(
repo_id="YOUR_USERNAME/YOUR_REPO",
filename="chainlink_lstm_model.h5"
)
# Load models
models = joblib.load(sklearn_path)
scaler = joblib.load(scaler_path)
lstm = load_model(lstm_path)
# Make predictions
# (prepare your features first)
predictions = models['RandomForest'].predict(scaled_features)
📈 Features
The models use 23 technical indicators including:
- Moving Averages (SMA 7, 25, 99)
- Exponential Moving Averages (EMA 12, 26)
- RSI (Relative Strength Index)
- MACD & Signal Line
- Bollinger Bands
- Stochastic Oscillator
- Volatility measures
- Lag features
⚠️ Disclaimer
These models are for educational and research purposes only. Cryptocurrency markets are highly volatile and unpredictable. Do not use these predictions for actual trading decisions without proper risk management.
📄 License
MIT License
- Total size
- 2.71 MB
- Files
- 6
- Last updated
- Jul 28
- Pre-warmed CDN
- US EU US EU