Skip to content

Conversation

recursix
Copy link
Collaborator

Initial API for making error analysis

@TLSDC
Copy link
Collaborator

TLSDC commented Jan 28, 2025

Ideas;

  • Add Error summary/dataframe tab on top of xray, with aggregated catagories...


args = parser.parse_args()

assert args.exp_dir is not None, "Please provide an exp_dir, e.g., -e /path/to/exp_dir"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required=True?

@TLSDC TLSDC requested a review from Megh-Thakkar February 20, 2025 21:27
@@ -57,3 +57,4 @@ exclude = '''
[project.scripts]
agentlab-assistant = "agentlab.ui_assistant:main"
agentlab-xray = "agentlab.analyze.agent_xray:main"
agentlab-analyze = "agentlab.analyze.error_analysis.pipeline:main"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nicee

Megh-Thakkar
Megh-Thakkar previously approved these changes Feb 20, 2025
Copy link
Collaborator

@Megh-Thakkar Megh-Thakkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants