Flagged sample #1
Browse files- data.csv +2 -0
- dataset_infos.json +1 -0
data.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
x,y,z,output,flag
|
2 |
+
55,multiply,0,4,off by one
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"flagged": {"features": {"x": {"dtype": "string", "_type": "Value"}, "y": {"dtype": "string", "_type": "Value"}, "z": {"dtype": "string", "_type": "Value"}, "output": {"dtype": "string", "_type": "Value"}, "flag": {"dtype": "string", "_type": "Value"}}}}
|