fix data challenges

This commit is contained in:
Silen Naihin
2023-10-19 17:42:24 -07:00
parent 7ddef39918
commit 655bc8b08e
2 changed files with 2 additions and 2 deletions

View File

@@ -27,5 +27,5 @@
]
},
"name": "LabelCsv",
"task": "The csv 'input.csv' has many items. create a 'Color' column for these items and classify them as either 'blue', 'green', or 'yellow' depending on what the most likely color is. Preserve the order of the rows. The color column should be the second column. Write the output in output.csv"
"task": "The csv 'input.csv' has many items. Create a 'Color' column for these items and classify them as either 'blue', 'green', or 'yellow' depending on what the most likely color is. Use lowercase letters to classify and preserve the order of the rows. The color column should be the second column. Write the output in output.csv"
}

View File

@@ -5,7 +5,7 @@
],
"cutoff": 60,
"dependencies": [
"TestLabelCsv"
"TestSortCsv"
],
"eval_id": "52467beb-b951-4356-9776-9a0ae46bb33b",
"ground": {