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

ENH, FIX i) build_oob_forest backwards compatiblility with sklearn and ii) HonestForest stratification during bootstrap #283

Merged
merged 28 commits into from
Jun 24, 2024

Commits on Jun 11, 2024

  1. Merge in main

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    abf3669 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add option to use oob samples or estimators samples directly

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    effdd31 View commit details
    Browse the repository at this point in the history
  2. Adding stratification in honest trees

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7b67b00 View commit details
    Browse the repository at this point in the history
  3. Try to get things working

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    24fb6e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Wip for pruning honest trees

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bebea20 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Working on honest pruning

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2836781 View commit details
    Browse the repository at this point in the history
  2. WIP

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    924edb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d5247 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Almost working prototype

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3693c51 View commit details
    Browse the repository at this point in the history
  2. Adding unit test on posterior bias

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7ce0756 View commit details
    Browse the repository at this point in the history
  3. Try with fixed dataset

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e5defce View commit details
    Browse the repository at this point in the history
  4. Working test

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    49afe30 View commit details
    Browse the repository at this point in the history
  5. Adding unit test for the regression

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ab91c8d View commit details
    Browse the repository at this point in the history
  6. Removing honest pruner

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6adb052 View commit details
    Browse the repository at this point in the history
  7. Removing hoenstpruneing

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0b3519e View commit details
    Browse the repository at this point in the history
  8. Remove hoenst method

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    25f4659 View commit details
    Browse the repository at this point in the history
  9. Fixed

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3bc25ee View commit details
    Browse the repository at this point in the history
  10. Fixed

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a888aea View commit details
    Browse the repository at this point in the history
  11. Remove scruff

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4941fa0 View commit details
    Browse the repository at this point in the history
  12. Adding changelog

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5683d23 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcc4620 View commit details
    Browse the repository at this point in the history
  14. Update docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    aa8d811 View commit details
    Browse the repository at this point in the history
  15. Fix make trunk

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b6ada29 View commit details
    Browse the repository at this point in the history
  16. Fix

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    07fea4a View commit details
    Browse the repository at this point in the history
  17. precommit

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a4d58a9 View commit details
    Browse the repository at this point in the history
  18. Update precommit

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2a4d302 View commit details
    Browse the repository at this point in the history
  19. Decrease dimensionality of problem

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9c06ca8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add unit teste coverage

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    290c5f6 View commit details
    Browse the repository at this point in the history