prasadsawant7 commited on
Commit
69bf4a9
·
1 Parent(s): 325870b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -26,10 +26,12 @@ Also to be able retrain the model on the given feedback over a wrong predicted s
26
  | text | labels |
27
  |----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
28
  | 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. |
 
29
 
30
  <br>
31
  **Other Features**
32
  <br>
33
  | preds | feedback | retrain_labels | retrained_preds |
34
  |----------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
35
- | In this variable all predictions are going to be stored. | In this variable user can enter either yes or no to indicate whether the prediction is right or wrong. | In this variable user will enter the correct label as a feedback inorder to retrain the model. | In this variable all predictions after feedback loop are going to be stored. |
 
 
26
  | text | labels |
27
  |----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
28
  | 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. |
29
+ |----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
30
 
31
  <br>
32
  **Other Features**
33
  <br>
34
  | preds | feedback | retrain_labels | retrained_preds |
35
  |----------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
36
+ | In this variable all predictions are going to be stored. | In this variable user can enter either yes or no to indicate whether the prediction is right or wrong. | In this variable user will enter the correct label as a feedback inorder to retrain the model. | In this variable all predictions after feedback loop are going to be stored. |
37
+ |----------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|