Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,17 @@ language:
|
|
6 |
- id
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: text-classification
|
10 |
library_name: sklearn
|
11 |
tags:
|
|
|
6 |
- id
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
evaluation:
|
10 |
+
- task:
|
11 |
+
type: text-classification
|
12 |
+
name: Sentiment Analysis
|
13 |
+
metrics:
|
14 |
+
- name: Accuracy
|
15 |
+
type: accuracy
|
16 |
+
value: 1.0
|
17 |
+
- name: Cross-Validation Accuracy
|
18 |
+
type: accuracy
|
19 |
+
value: 0.99981
|
20 |
pipeline_tag: text-classification
|
21 |
library_name: sklearn
|
22 |
tags:
|