Datasets:
Commit
·
65d355c
1
Parent(s):
b55dc05
Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,23 @@ size_categories:
|
|
13 |
- 10K<n<100K
|
14 |
---
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
**Features**
|
17 |
<br>
|
18 |
**text:** This feature variable has all sort of texts, sentences, tweets, etc.
|
19 |
<br>
|
20 |
-
**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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- 10K<n<100K
|
14 |
---
|
15 |
|
16 |
+
**Brief idea about dataset**:
|
17 |
+
<br>
|
18 |
+
This dataset is designed for a Text Classification to be specific Multi Class Classification, inorder to train a model (Supervised Learning) for Sentiment Analysis.
|
19 |
+
<br>
|
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:** This feature variable has all sort of texts, sentences, tweets, etc.
|
26 |
<br>
|
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 |
+
**feedback:**
|
34 |
+
**retrain_labels:**
|
35 |
+
**retrained_preds:**
|