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

[ML] Sanity checks for properties of trained boosted trees #2409

Open
valeriy42 opened this issue Sep 29, 2022 · 0 comments
Open

[ML] Sanity checks for properties of trained boosted trees #2409

valeriy42 opened this issue Sep 29, 2022 · 0 comments

Comments

@valeriy42
Copy link
Contributor

  • Check if the tree consists of a single stub. Produce a warning if this is true.
  • Check that tree doesn't predict NAN. Report an error if a NAN is detected.
  • Check if a recall is 0 on one of the classes. Report a warning if this is true.

Implementation considerations:

  • This sanity check can be applied after predict() is called.
  • The sanity checkers are specific to the used loss function. Hence, they can be acquired from the CLossimplementations.
  • Instead of checks for recall, regression losses may have a stub method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant