Datasets:
Commit
·
d7cb18c
1
Parent(s):
c7614b1
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,15 +18,13 @@ size_categories:
|
|
| 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 |
-
|
| 22 |
|
| 23 |
**Main Features**
|
| 24 |
| text | labels |
|
| 25 |
|----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 26 |
| This feature variable has all sort of texts, sentences, tweets, etc. | 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 |
|
| 28 |
-
<br>
|
| 29 |
-
|
| 30 |
**Other Features**
|
| 31 |
| preds | feedback | retrain_labels | retrained_preds |
|
| 32 |
|----------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
|
|
|
|
| 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 |
+
|
| 22 |
|
| 23 |
**Main Features**
|
| 24 |
| text | labels |
|
| 25 |
|----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 26 |
| This feature variable has all sort of texts, sentences, tweets, etc. | 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 |
|
|
|
|
|
|
|
| 28 |
**Other Features**
|
| 29 |
| preds | feedback | retrain_labels | retrained_preds |
|
| 30 |
|----------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
|