LibIsolationForest icon indicating copy to clipboard operation
LibIsolationForest copied to clipboard

C++, rust, julia, python2, and python3 implementations of the Isolation Forest anomaly detection algorithm.

Results 3 LibIsolationForest issues
Sort by recently updated
recently updated
newest added

Would like to make this so it can be installed via the Julia package manager.

Hi, in main.cpp, line 149 and 153, it would be better to use strcmp() instead of strstr() to identify command line argument. ``` // Parse the command line arguments. for...

Need the ability to save the model so it can be restarted from the same state every time.