Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
Evaluation
|
|
|
|
|
2 |
```
|
3 |
################################ INPUT NEW DATA ################################
|
4 |
new_data = ["Breaking news headline 1", "Another headline about politics"]
|
|
|
1 |
+
Evaluation Pipeline:
|
2 |
+
- Just change new_data to be your inputs and new_labels to be your outputs
|
3 |
+
- The evaluation pipeline will print out the accuracy for that input data as well as the output for each individual input
|
4 |
```
|
5 |
################################ INPUT NEW DATA ################################
|
6 |
new_data = ["Breaking news headline 1", "Another headline about politics"]
|