Skip to content

Conversation

@codeloop
Copy link
Member

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

@codeloop codeloop requested a review from prasankh February 28, 2025 08:36
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 28, 2025
@codeloop codeloop enabled auto-merge February 28, 2025 08:36
ahosler
ahosler previously approved these changes Feb 28, 2025
# 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)

@codeloop codeloop merged commit 71efc26 into main Feb 28, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

3 participants