autolabel icon indicating copy to clipboard operation
autolabel copied to clipboard

[Bug]: csv_file_name outdated variable

Open Tyrest opened this issue 2 years ago • 1 comments

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.

Tyrest avatar Jun 21 '23 23:06 Tyrest

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.

Tyrest avatar Jun 22 '23 00:06 Tyrest