autolabel
autolabel copied to clipboard
[Bug]: csv_file_name outdated variable
Describe the bug
In LabelingAgent.run, csv_file_name is only used to define and cache the task but now that there is support for more than just csvs, we need a more robust solution. This is more of a problem of technical debt than a bug.
Additional context
We could make an automatically generated name for the dataset in DatasetLoader's constructor but open to other suggestions ofc.
As discussed here, we can leave the default csv output as-is (no need to add more support for different output file formats). Cleaning up csv_file_name and the code surrounding it should be more of the focus for this issue.