Data CSV Dump Attribute - #453
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
No objections in general.
Couple Claude-inspired-nits:
|
Sorry, could you explain what you mean? Personally, I think having a
Yeah, I don't see a good way of getting around this, but this appears on the user side of whatever the evaluator function returns, so keep as-is. |
Right, I meant that changing the name will introduce a compatibility shim that should at some point be removed and will break old saves. Since we are churning format sometimes anyways, this is not too bad. Once the llm-bug-reports are checked, can merge. |
OK, I made it so the check only happens if
This was intentional to make it possible to call |
This PR adds a new attribute
data_dump_filetoXoptwhich will automatically dumpXopt.datato a user specified CSV file while running. This avoids users having to parse the YAML file generated fromdump_fileand extracting their data. Full list of changes:data_dump_filefor a CSV file dumped during.run()dump_filetoxopt_dump_fileto avoid ambiguous name with new attribute.data_dump_fileandxopt_dump_file