Isolation Forest Example

Could someone provide an example of Isolation Forest use in KNIME? I’m not expecting Pyton or R or other programming solutions.
Thank you

There is no native KNIME node for isolation forests, yet. However, we’re working on integrating the H2O Isolation Forest which you can then use via the H2O Integration. Stay tuned :slight_smile:

Best,

Christian

2 Likes

What about Weka 3.7 node?

1 Like

This one:

https://nodepit.com/node/org.knime.ext.weka37.classifier.WekaClassifierNodeFactory%23IsolationForest%20(3.7)

Yes. I’d like to see an example.

The conversion of strings into numbers is just ultra-rough. There would be much better ways to do this. Also you might have to toy around with the settings. And the AUC is not very impressive at the first shot.

m_074_weka_isolation_forest.knwf (1.9 MB)

1 Like

Thank you, mlauber71. Let me play with it.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

@izaychik63 if you are still interested in using Isolation Forest within KNIME, you can use the new H2O Isolation Forest nodes which are available in the latest KNIME version (4.0). You can find an example workflow here: https://hub.knime.com/knime/space/Examples/04_Analytics/15_H2O_Machine_Learning/08_H2O_Isolation_Forest_Outlier_Detection

Cheers,
Simon

5 Likes