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

Multi-evaluation Binary Classifier #15

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    a94c101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b726180 View commit details
    Browse the repository at this point in the history
  3. allow specification of a set of initial root splits

    these groups go on nodes immediately below Root
    mjohnson541 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aa3ddc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbdc2ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    516d940 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37d21cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d4e00d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    282901e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8236d61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee8a8d0 View commit details
    Browse the repository at this point in the history
  11. add function for reducing binary classifier tree

    since classifications are binary many of the individual nodes actually don't affect training classification and we can remove those resulting
    in a much smaller easier to analyze tree
    mjohnson541 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c2870bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58272c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b167e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    814815d View commit details
    Browse the repository at this point in the history