Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Feature Improvement: Rule mining #2

Open
ihayet opened this issue Feb 15, 2024 · 0 comments
Open

Feature Improvement: Rule mining #2

ihayet opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ihayet
Copy link
Collaborator

ihayet commented Feb 15, 2024

Rules are associations between error messages and action patterns. Existing rules have been mined by capturing patterns in the semantics of the error messages. An important criterion of impact while mining rules is to ensure that a rule is as general as possible and that the rule addresses a substantial number of unresolved errors. The rolling expectation for this task is to continue monitoring unresolved error messages to mine emerging rules.

When writing a new rule, we try to associate an error class with the appropriate action class. An error class directly corresponds to an error type. If an error class already exists for a certain error type, we should insert the error message as a key of the mappings dictionary inside the error class. The corresponding value of this entry in the mappings dictionary should be a list of action classes. If an error class does not exist for a certain error type, we should ... (to be continued)

@ihayet ihayet added enhancement New feature or request help wanted Extra attention is needed labels Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants