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

[FLINK-33003] Support isolation forest algorithm in Flink ML ([fix] related ListStateWithCache) #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zhaozijun109
Copy link

…elated ListStateWithCache in ebdf362)

What is the purpose of the change

This pull request adds the implementation of Isolation Forest algorithm

Brief change log

-Adds Transformer and Estimator implementation of Isolation Forest in Java
-Adds examples and test of Isolation Forest

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (no)

Documentation

  • Does this pull request introduce a new feature? (no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@zhaozijun109
Copy link
Author

zhaozijun109 commented Sep 7, 2023

@lindong28 Hi, because of the last PR modified the listStateWithCache class which is useful in IsolationForest.java, so I re-updated and fixed this problem here, please help review when you are free teacher, thank you.

@zhaozijun109
Copy link
Author

@lindong28 Hi, could you please Re-run triggered it? Because the failures( Error: BoundedPerRoundStreamIterationITCase.testPerRoundIterationWithState:170 expected:<3> but was:<4> ) is ok on local test, so I'm not sure how to fix it, thank you teacher.

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

Successfully merging this pull request may close these issues.

1 participant