Flagged sample #1
Browse files- data.csv +2 -0
 - dataset_infos.json +1 -0
 
    	
        data.csv
    ADDED
    
    | 
         @@ -0,0 +1,2 @@ 
     | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            num1,operation,num2,output,flag
         
     | 
| 2 | 
         
            +
            0,,0,0,wrong sign
         
     | 
    	
        dataset_infos.json
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {"flagged": {"features": {"num1": {"dtype": "string", "_type": "Value"}, "operation": {"dtype": "string", "_type": "Value"}, "num2": {"dtype": "string", "_type": "Value"}, "output": {"dtype": "string", "_type": "Value"}, "flag": {"dtype": "string", "_type": "Value"}}}}
         
     |