Update ML Intern artifact metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Crypto 15-Minute Direction Classifier
|
| 2 |
|
| 3 |
A time-series classification model that predicts whether Bitcoin (BTC/USDT) price will move **up** or **down** over the next 15-minute interval using multivariate historical market data.
|
|
@@ -105,4 +109,12 @@ probs = model.predict_proba(X_norm)[:, 1] # probability of up
|
|
| 105 |
|
| 106 |
## License
|
| 107 |
|
| 108 |
-
MIT License
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- ml-intern
|
| 4 |
+
---
|
| 5 |
# Crypto 15-Minute Direction Classifier
|
| 6 |
|
| 7 |
A time-series classification model that predicts whether Bitcoin (BTC/USDT) price will move **up** or **down** over the next 15-minute interval using multivariate historical market data.
|
|
|
|
| 109 |
|
| 110 |
## License
|
| 111 |
|
| 112 |
+
MIT License
|
| 113 |
+
|
| 114 |
+
<!-- ml-intern-provenance -->
|
| 115 |
+
## Generated by ML Intern
|
| 116 |
+
|
| 117 |
+
This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
|
| 118 |
+
|
| 119 |
+
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 120 |
+
- Source code: https://github.com/huggingface/ml-intern
|