Datasets:
Commit
·
b459d7e
1
Parent(s):
5027a5c
Update README.md
Browse files
README.md
CHANGED
@@ -20,19 +20,15 @@ This dataset is designed for a Text Classification to be specific Multi Class Cl
|
|
20 |
Also to be able retrain the model on the given feedback over a wrong predicted sentiment this dataset will help to manage those things using **Other Features**.
|
21 |
<br>
|
22 |
<br>
|
23 |
-
**Features**
|
24 |
<br>
|
25 |
-
**text
|
26 |
-
|
27 |
-
**labels:** This target variable contains 3 types of numeric values as sentiments such as 0, 1 and 2. Where 0 means Negative, 1 means Neutral and 2 means Positive.
|
28 |
<br>
|
29 |
<br>
|
30 |
**Other Features**
|
31 |
<br>
|
32 |
-
**preds
|
33 |
-
|
34 |
-
**
|
35 |
-
|
36 |
-
**retrain_labels:**
|
37 |
-
<br>
|
38 |
-
**retrained_preds:**
|
|
|
20 |
Also to be able retrain the model on the given feedback over a wrong predicted sentiment this dataset will help to manage those things using **Other Features**.
|
21 |
<br>
|
22 |
<br>
|
23 |
+
**Main Features**
|
24 |
<br>
|
25 |
+
| **text** | This feature variable has all sort of texts, sentences, tweets, etc. |
|
26 |
+
| **labels** | This target variable contains 3 types of numeric values as sentiments such as 0, 1 and 2. Where 0 means Negative, 1 means Neutral and 2 means Positive. |
|
|
|
27 |
<br>
|
28 |
<br>
|
29 |
**Other Features**
|
30 |
<br>
|
31 |
+
| **preds** | |
|
32 |
+
| **feedback** | |
|
33 |
+
| **retrain_labels** | |
|
34 |
+
| **retrained_preds** | |
|
|
|
|
|
|