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

Update the ruleConfigs.json #26

Open
mchoi8739 opened this issue Oct 1, 2020 · 0 comments
Open

Update the ruleConfigs.json #26

mchoi8739 opened this issue Oct 1, 2020 · 0 comments

Comments

@mchoi8739
Copy link
Contributor

mchoi8739 commented Oct 1, 2020

I am working on adding code snippets of rule configuration to the Debugger dev guide.
I am referring to the following source codes in order to see what default collections are taken by each rule.

In the ruleConfigs.json, some rules have default collections, but some are missing them.
I suggest to add a default tensor collection to those rules that currently don't have it.

For example, in order for the XGBoost TreeDepth rule to work, we need to add the tree collection by default as following:

  "TreeDepth": {
    "DebugRuleConfiguration": {
      "RuleConfigurationName": "TreeDepth",
      "RuleParameters": {
        "rule_to_invoke": "TreeDepth"
      }
    },
    "CollectionConfigurations": [
      {
        "CollectionName": "tree",
        "CollectionParameters": {
          "save_interval": "500"
        }
      }
    ]
  },
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

No branches or pull requests

1 participant