Spaces:
Sleeping
Sleeping
Matan Kriel commited on
Commit ·
25168f2
1
Parent(s): 879ede5
added plot to readme
Browse files
README.md
CHANGED
|
@@ -40,9 +40,18 @@ We compared three algorithms to find the best predictor:
|
|
| 40 |
* **MAPE**: Average percentage error.
|
| 41 |
|
| 42 |
### 3. Advanced Analysis (Plots)
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
## 🛠️ Tech Stack
|
| 48 |
* **Core**: Python, Pandas, Numpy, Scikit-Learn
|
|
|
|
| 40 |
* **MAPE**: Average percentage error.
|
| 41 |
|
| 42 |
### 3. Advanced Analysis (Plots)
|
| 43 |
+
|
| 44 |
+
#### Semantic Diversity (PCA)
|
| 45 |
+

|
| 46 |
+
*A PCA visualization showing the semantic spread of the 10,000 generated descriptions.*
|
| 47 |
+
|
| 48 |
+
#### Model Performance
|
| 49 |
+

|
| 50 |
+
*Bar chart comparing RMSE across models and ROC curves for viral classification validity.*
|
| 51 |
+
|
| 52 |
+
#### Feature Importance
|
| 53 |
+

|
| 54 |
+
*The top 20 words and metadata features that drive virality in our simulated world.*
|
| 55 |
|
| 56 |
## 🛠️ Tech Stack
|
| 57 |
* **Core**: Python, Pandas, Numpy, Scikit-Learn
|