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

Isolation Forest Implementation #130

Merged
merged 14 commits into from
Oct 29, 2024
Merged

Commits on Oct 25, 2024

  1. init impl

    shenxiangzhuang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    73e86c8 View commit details
    Browse the repository at this point in the history
  2. sklearn example: fail

    shenxiangzhuang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    de9e964 View commit details
    Browse the repository at this point in the history
  3. sklearn example: pass

    shenxiangzhuang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5f1f0df View commit details
    Browse the repository at this point in the history
  4. fix: max_height

    shenxiangzhuang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    eee52d5 View commit details
    Browse the repository at this point in the history
  5. fix: max_height

    shenxiangzhuang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    52de738 View commit details
    Browse the repository at this point in the history
  6. Update toyml/ensemble/iforest.py

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    shenxiangzhuang and coderabbitai[bot] authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e153df2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. fix: random state

    shenxiangzhuang committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0af6604 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. fix: random shuffle

    shenxiangzhuang committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    43f9dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10cc6f2 View commit details
    Browse the repository at this point in the history
  3. fix: The max_height min value should be 0 rather than 1; the bst_expe…

    …ct_length should be 1 when n = 2(same as sklearn implementation). This fix makes the demo example result almost same result as sklearn
    shenxiangzhuang committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f8720aa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. add: docs

    shenxiangzhuang committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5427739 View commit details
    Browse the repository at this point in the history
  2. add: tests for itree

    shenxiangzhuang committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5e65b9f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. add: test

    shenxiangzhuang committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d39b0ce View commit details
    Browse the repository at this point in the history
  2. test: improve

    shenxiangzhuang committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7ceaff6 View commit details
    Browse the repository at this point in the history