DaProgammer commited on
Commit
c97355b
·
verified ·
1 Parent(s): b86b0bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ pipeline_tag: tabular-classification
8
+ library_name: sklearn
9
+ tags:
10
+ - scikit-learn
11
+ - finance
12
+ - cryptocurrency
13
+ - sentiment-analysis
14
  ---
15
+
16
+ ## Model Description
17
+ This is a supervised machine learning model trained to forecast short-term cryptocurrency trend bias (Bullish, Bearish, or Neutral). It is the core prediction engine for the CryptoRadar full-stack platform.
18
+
19
+ * **Model Type:** Scikit-Learn Classifier
20
+ * **Primary Use Case:** Predicting directional market momentum based on technical and sentiment data.
21
+
22
+ ## Input Features
23
+ The model evaluates a 10-dimensional feature vector:
24
+ * `volume`, `dxy_index`, `price_change_pct`, `rsi`, `volatility`, `dist_from_sma`
25
+ * `sentiment_coin`, `sentiment_trend_coin`, `sentiment_btc`, `sentiment_trend_btc`
26
+
27
+ ## Limitations
28
+ This model is for educational and portfolio purposes only. Cryptocurrency markets are highly volatile, and this model should not be used for actual financial trading.