yabramuvdi commited on
Commit
d7bdab0
1 Parent(s): e9bf828

Flagged sample #1

Browse files
Files changed (2) hide show
  1. data.csv +2 -0
  2. dataset_infos.json +1 -0
data.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Input text,Classification threshold,Binary classification,Predicted probability,flag
2
+ Work from clients home.,0.998,"{""Work from home"": 1}",Probability of WFH: 0.999
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"flagged": {"features": {"Input text": {"dtype": "string", "_type": "Value"}, "Classification threshold": {"dtype": "string", "_type": "Value"}, "Binary classification": {"dtype": "string", "_type": "Value"}, "Predicted probability": {"dtype": "string", "_type": "Value"}, "flag": {"dtype": "string", "_type": "Value"}}}}