salesforce / logai

LogAI - An open-source library for log analytics and intelligence
BSD 3-Clause "New" or "Revised" License
393 stars 58 forks source link

The 'warm_start' parameter of IsolationForest must be an instance of 'bool' or an instance of 'numpy.bool_'. Got 0 instead. #74

Open bitexeloop opened 1 month ago

bitexeloop commented 1 month ago

I am trying to test the Isolation Forest algorithm for anomaly detection, but I keep encountering an error. Despite setting the 'warm_start' parameter to 'False' in the dashboard (and also attempting with 'True'), the error persists.

TzLiu commented 1 day ago

Same here