Skip to content

Explanation fixes for error and output generation. #1090

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

codeloop
Copy link
Member

Explanation fixes for errors and explanation csv's, also adds the missing abs in the amlx explainer.

@codeloopcodeloop requested a review from prasankh February 28, 2025 08:36
@oracle-contributor-agreementoracle-contributor-agreement bot added the OCA VerifiedAll contributors have signed the Oracle Contributor Agreement.label Feb 28, 2025
ahosler
ahosler previously approved these changes Feb 28, 2025
)
)
else:
# Fall back to the default explanation generation method
super().explain_model()
except Exception as e:
if s_id in self.errors_dict:
Copy link
Member

Choose a reason for hiding this comment

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

we should make a function for this logic
log_error(self.errors, s_id, e)

@codeloopcodeloop merged commit 71efc26 into main Feb 28, 2025
10 checks passed
Sign up for free to join this conversation on . Already have an account? Sign in to comment
Labels
OCA VerifiedAll contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants