LibIsolationForest
LibIsolationForest copied to clipboard
C++, rust, julia, python2, and python3 implementations of the Isolation Forest anomaly detection algorithm.
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.
Hi Mike, I am trying to use your C++ code to run, I need your help to understand which format of the data I should use for training and testing....