Francisco Castillo commited on
Commit
27db586
1 Parent(s): 880834e
Files changed (1) hide show
  1. reviews_with_drift.py +1 -0
reviews_with_drift.py CHANGED
@@ -168,6 +168,7 @@ class ReviewsWithDrift(datasets.GeneratorBasedBuilder):
168
  continue
169
  print("CACA\n\n")
170
  print(label)
 
171
  print("\n\nCACA\n\n")
172
  yield id_, {
173
  "prediction_ts":prediction_ts,
 
168
  continue
169
  print("CACA\n\n")
170
  print(label)
171
+ print(type(label))
172
  print("\n\nCACA\n\n")
173
  yield id_, {
174
  "prediction_ts":prediction_ts,