Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Francisco Castillo
commited on
Commit
·
880834e
1
Parent(s):
14725ba
wip
Browse files- reviews_with_drift.py +2 -2
reviews_with_drift.py
CHANGED
@@ -164,11 +164,11 @@ class ReviewsWithDrift(datasets.GeneratorBasedBuilder):
|
|
164 |
# print(age)
|
165 |
# print(type(label))
|
166 |
# print(label)
|
|
|
|
|
167 |
print("CACA\n\n")
|
168 |
print(label)
|
169 |
print("\n\nCACA\n\n")
|
170 |
-
if id_==0:
|
171 |
-
continue
|
172 |
yield id_, {
|
173 |
"prediction_ts":prediction_ts,
|
174 |
"age":age,
|
|
|
164 |
# print(age)
|
165 |
# print(type(label))
|
166 |
# print(label)
|
167 |
+
if id_==0:
|
168 |
+
continue
|
169 |
print("CACA\n\n")
|
170 |
print(label)
|
171 |
print("\n\nCACA\n\n")
|
|
|
|
|
172 |
yield id_, {
|
173 |
"prediction_ts":prediction_ts,
|
174 |
"age":age,
|